| C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : GroupCollection Class |
The following tables list the members exposed by GroupCollection.
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from C1.Win.FlexReport.ReportObjectList<Group>) |
![]() | Item | Overloaded. Gets the element with specified name. (Inherited from C1.Win.FlexReport.ReportObjectList<Group>) |
![]() | Report | Overridden. Gets the C1FlexReport object owning this collection. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a new Group to the collection, along with header and footer sections for the new group. |
![]() | Clear | Clears the collection. |
![]() | Contains | Overloaded. Determines whether the collection contains an item with specified name. (Inherited from C1.Win.FlexReport.ReportObjectCollection<Group>) |
![]() | CopyTo | (Inherited from C1.Win.FlexReport.ReportObjectCollection<Group>) |
![]() | FindByName | Gets the item by its name, returns null if not found. (Inherited from C1.Win.FlexReport.ReportObjectCollection<Group>) |
![]() | IndexByName | Gets the index of the element by its name. (Inherited from C1.Win.FlexReport.ReportObjectCollection<Group>) |
![]() | IndexOf | Gets the index of the element. (Inherited from C1.Win.FlexReport.ReportObjectCollection<Group>) |
![]() | Move | Moves the item with the specified index to a new new position specified by newIndex. (Inherited from C1.Win.FlexReport.ReportObjectCollection<Group>) |
![]() | RemoveAt | Removes an item from the collection. |