Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Group Class / Rows Property


In This Topic
Rows Property (Group)
In This Topic
Gets the array of rows in the group.
Syntax
'Declaration
 
Public ReadOnly Property Rows As ArrayList
 
'Usage
 
Dim instance As Group
Dim value As ArrayList
 
value = instance.Rows
See Also