Skip to content
Sheetwrite

Sheetwrite / Documentation

CellPaintContext@sheetwrite/core

Read-only cell and canvas geometry supplied to a custom renderer.

Read-only cell and canvas geometry supplied to a custom renderer.

Members 7

value
value: CellScalar;
x
x: number;
y
y: number;
w
w: number;
h
h: number;
theme
theme: Theme;
style
style: CellStyle;

Declaration

View full TypeScript declaration
export interface CellPaintContext {
value: CellScalar;
x: number;
y: number;
w: number;
h: number;
theme: Theme;
style: CellStyle;
}