FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellType Enumeration

In This Topic
    GridCellType Enumeration
    In This Topic
    Specifies a value that defines the type of cell.
    Syntax
    'Declaration
     
    Public Enum GridCellType 
       Inherits System.Enum
    public enum GridCellType : System.Enum 
    Members
    MemberDescription
    BottomLeftBottom left cell (at the intersection of the row and column footer cells).
    CellRegular data cell.
    ColumnFooterColumn footer cell.
    ColumnHeaderColumn header cell.
    RowHeaderRow header cell.
    TopLeftTop left cell (at the intersection of the row and column header cells).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Grid.GridCellType

    See Also