[]
Represents a collection of Group objects.
public class GroupCollection : ReportObjectList<Group>, ICollection<Group>, IEnumerable<Group>, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| Report | Gets the C1FlexReport object owning this collection. |
| Name | Description |
|---|---|
| Add(string, string, SortEnum) | Adds a new Group to the collection, along with header and footer sections for the new group. |
| Clear() | Clears the collection. |
| RemoveAt(int) | Removes an item from the collection. |