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

In This Topic
    GridRowColType Enumeration
    In This Topic
    Specifies whether the row belong to the area of headers, cells or footers.
    Syntax
    'Declaration
     
    Public Enum GridRowColType 
       Inherits System.Enum
    public enum GridRowColType : System.Enum 
    Members
    MemberDescription
    CellThe row belongs to the cells area.
    FooterThe row belongs to the footer area.
    HeaderThe row belongs to the headers area.
    Inheritance Hierarchy

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

    See Also