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


In This Topic
ColumnsCount Property
In This Topic
Gets the total number of columns.
Syntax
'Declaration
 
Public ReadOnly Property ColumnsCount As Integer
 
'Usage
 
Dim instance As GridCellFactoryBase
Dim value As Integer
 
value = instance.ColumnsCount
See Also