Skip to content
Sheetwrite

Sheetwrite / Documentation

CellAddress@sheetwrite/core

Zero-based address of one cell on a stable sheet ID.

Zero-based address of one cell on a stable sheet ID.

Members 3

sheet
sheet: SheetId;
row
row: number;
col
col: number;

Declaration

View full TypeScript declaration
export interface CellAddress {
sheet: SheetId;
row: number;
col: number;
}