GridCellObject
An object that contains information about the cell.
Properties
Property/Type | Description |
---|
rowIdxNumber | The index of the cell’s row. Indexes start from 0 . |
colIdxNumber | Index of the сell's column. Indexes start from 0 . |
labelString | Cell's label. |
valueAny | Cell's value. |
cellTypeString[] | Cell's type. |
areaTypeString | The area where the cell is located. Possible values: "headers" , "rows" , "columns" , and "data" . |
colSpanNumber | The number of columns that the cell spans. |
rowSpanNumber | The number of rows that the cell spans. |