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


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