[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellType

CellType Enum

Specifies a value that defines the type of cell.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public enum CellType

Fields

Name Description
BottomLeft

Bottom left cell (at the intersection of the row header and column footer cells).

BottomRight

Bottom right cell (at the intersection of the horizontal and vertical scrollbars).

Cell

Regular data cell.

ColumnFooter

Column footer cell.

ColumnHeader

Column header cell.

None

Not a valid cell type.

RowHeader

Row header cell.

TopLeft

Top left cell (at the intersection of the row and column header cells).