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


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