Skip to content
Sheetwrite

Sheetwrite / Documentation

CellBlock@sheetwrite/core

Sparse row-major cells bounded by one rectangular block.

Sparse row-major cells bounded by one rectangular block.

Members 5

startRow
startRow: number;
startCol
startCol: number;
rowCount
rowCount: number;
colCount
colCount: number;
cells
cells: SnapshotCell[];

Declaration

View full TypeScript declaration
export interface CellBlock {
startRow: number;
startCol: number;
rowCount: number;
colCount: number;
cells: SnapshotCell[];
}