[]
        
(Showing Draft Content)

CellType Enumeration

CellType Enumeration

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

Enumeration members

BottomLeft

BottomLeft: = 6

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

Cell

Cell: = 1

Regular data cell.

ColumnFooter

ColumnFooter: = 5

Column footer cell.

ColumnHeader

ColumnHeader: = 2

Column header cell.

None

None: = 0

Unknown or invalid cell type.

RowHeader

RowHeader: = 3

Row header cell.

TopLeft

TopLeft: = 4

Top-left cell (intersection between row headers and column headers).