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