Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / RowCount Property


In This Topic
RowCount Property (CellInfoRange)
In This Topic
Gets the number of rows in the two-dimensional collection of cell information objects.
Syntax
'Declaration
 
Public ReadOnly Property RowCount As Integer
 
'Usage
 
Dim instance As CellInfoRange
Dim value As Integer
 
value = instance.RowCount
See Also