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


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