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


In This Topic
RowCount Property (CellRange)
In This Topic
Gets the number of rows in the range.
Syntax
'Declaration
 
Public Property RowCount As Integer
 
'Usage
 
Dim instance As CellRange
Dim value As Integer
 
instance.RowCount = value
 
value = instance.RowCount
See Also