C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellFactoryBase Class / ColumnHeaderRowsCount Property


In This Topic
ColumnHeaderRowsCount Property (GridCellFactoryBase)
In This Topic
Gets the number of rows belonging to the column headers area.
Syntax
'Declaration
 
Public Overridable ReadOnly Property ColumnHeaderRowsCount As Integer
 
'Usage
 
Dim instance As GridCellFactoryBase
Dim value As Integer
 
value = instance.ColumnHeaderRowsCount
See Also