Preparing search index...
The search index is not available
SheetXL - v0.1.84
SheetXL
common/src
CellCoords
Interface CellCoords
The coordinates of a cell in a 2D space.
interface
CellCoords
{
colIndex
:
number
;
rowIndex
:
number
;
}
Hierarchy (
view full
)
CellCoords
FixableCellCoords
SheetCellCoords
OffsetCoords
Index
Properties
col
Index
row
Index
Properties
col
Index
col
Index
:
number
The column index of the cell.
row
Index
row
Index
:
number
The row index of the cell.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
col
Index
row
Index
SheetXL - v0.1.84
Loading...
The coordinates of a cell in a 2D space.