Spread for ASP.NET 12 Product Documentation
Rows Property (Group)


FarPoint.Web.Spread Assembly > FarPoint.Web.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;}
See Also

Reference

Group Class
Group Members