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