SheetXL - v0.3.20
Preparing search index...
@sheetxl/sdk
CellCoords
Interface CellCoords
The coordinates of a cell in a 2D space.
interface
CellCoords
{
colIndex
:
number
;
rowIndex
:
number
;
}
Index
Properties
col
Index
row
Index
Properties
col
Index
colIndex
:
number
The column index of the cell.
row
Index
rowIndex
:
number
The row index of the cell.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
col
Index
row
Index
SheetXL - v0.3.20
Loading...
The coordinates of a cell in a 2D space.