ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellType Enumeration

In This Topic
    CellType Enumeration
    In This Topic
    Specifies a value that defines the type of cell.
    Syntax
    'Declaration
     
    
    Public Enum CellType 
       Inherits System.Enum
    public enum CellType : System.Enum 
    Members
    MemberDescription
    BottomLeftBottom left cell (at the intersection of the row header and column footer cells).
    BottomRightBottom right cell (at the intersection of the horizontal and vertical scrollbars).
    CellRegular data cell.
    ColumnFooterColumn footer cell.
    ColumnHeaderColumn header cell.
    NoneNot a valid cell type.
    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.Xaml.FlexGrid.CellType

    See Also