In This Topic
CellType Enum
In This Topic
File
wijmo.grid.js
Module
wijmo.grid

Specifies constants that define the type of cell in a GridPanel.

Members

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 (intersection between row headers and column headers).

ColumnFooter 5

Column footer cell.

BottomLeft 6

Bottom left cell (intersection between row headers and column footers).