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


In This Topic
RowCount Property (TableRangeChangedEventArgs)
In This Topic
Gets the row count.
Syntax
'Declaration
 
Public ReadOnly Property RowCount As Integer
 
'Usage
 
Dim instance As TableRangeChangedEventArgs
Dim value As Integer
 
value = instance.RowCount
See Also