C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellFactoryBase Class / GetFrozenRows Method


In This Topic
GetFrozenRows Method
In This Topic
Gets the number of frozen rows.
Syntax
'Declaration
 
Public Overridable Function GetFrozenRows() As Integer
 
'Usage
 
Dim instance As GridCellFactoryBase
Dim value As Integer
 
value = instance.GetFrozenRows()
See Also