Skip to content
Sheetwrite

Sheetwrite / Documentation

SnapshotCell@sheetwrite/core

Serializable cell value and optional style inside a snapshot block.

Serializable cell value and optional style inside a snapshot block.

Members 4

rowOffset
rowOffset: number;
colOffset
colOffset: number;
value
value: CellValue;
style
style?: CellStyle;

Declaration

View full TypeScript declaration
export interface SnapshotCell {
rowOffset: number;
colOffset: number;
value: CellValue;
style?: CellStyle;
}