'Declaration
Public Enum GridCellType Inherits System.Enum
'Usage
Dim instance As GridCellType
public enum GridCellType : System.Enum
'Declaration
Public Enum GridCellType Inherits System.Enum
'Usage
Dim instance As GridCellType
public enum GridCellType : System.Enum
Member | Description |
---|---|
Cell | Regular data cell. |
ColumnHeader | Column header cell. |
RowHeader | Row header cell. |
TopLeft | Top left cell (at the intersection of the row and column header cells). |
System.Object
System.ValueType
System.Enum
C1.Android.Grid.GridCellType