Spread for ASP.NET 11 Product Documentation
Groups Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > GroupDataModel Class : Groups Property
Gets the list of top-level group objects.
Syntax
'Declaration
 
Public ReadOnly Property Groups As ArrayList
'Usage
 
Dim instance As GroupDataModel
Dim value As ArrayList
 
value = instance.Groups
public ArrayList Groups {get;}

Property Value

ArrayList containing the groups
See Also

Reference

GroupDataModel Class
GroupDataModel Members