PivotGridGroupCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add() | none | Creates a new group and appends it to the collection. |
| Add(PivotGridFieldBase[], String) | fields, caption | Creates a group with the specified caption, containing the specified fields. |
| Add(PivotGridFieldBase[]) | fields | Creates a group and adds the specified fields to it. |
| Add(PivotGridGroup) | fieldGroup | Adds the specified group to the end of the collection. |
| Add(String) | caption | Creates and appends a new empty group with the specified caption to the collection. |