C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellType Enumeration


GridCellType Enumeration
Specifies a value that defines the type of cell.
Syntax
'Declaration
 
Public Enum GridCellType 
   Inherits System.Enum
 
'Usage
 
Dim instance As GridCellType
Members
MemberDescription
CellRegular data 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.iOS.Grid.GridCellType

See Also