ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / CellType Enumeration

In This Topic
    CellType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum CellType 
       Inherits System.Enum
    public enum CellType : System.Enum 
    Members
    MemberDescription
    BottomLeftCellsBottom left cell(at the intersection of the row header and column footer cells).
    CellsRegular data cell.
    ColumnFootersColumn footer cell.
    ColumnHeadersColumn header cell.
    RowHeadersRow header cell.
    TopLeftCellsTop-left cell.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.TagHelpers.CellType

    See Also