Spread Windows Forms 12.0 Product Documentation
Rows Property (Group)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > Group Class : Rows Property
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
public ArrayList Rows {get;}

Property Value

ArrayList of rows
See Also

Reference

Group Class
Group Members