Client-Side API Reference > FlexGrid > wijmo.grid > CellType Enum |
Name | Value | Description |
---|---|---|
None | 0 |
Unknown or invalid cell type. |
Cell | 1 |
Regular data cell. |
ColumnHeader | 2 |
Column header cell. |
RowHeader | 3 |
Row header cell. |
TopLeft | 4 |
Top-left cell. |
ColumnFooter | 5 |
Column footer cell. |
BottomLeft | 6 |
Bottom left cell (at the intersection of the row header and column footer cells). |
Specifies constants that define the type of cell in a GridPanel.