TcxPivotGridFieldGroupCollection.Add Method
Adds a field group to the current collection.
Declaration
function Add: TcxPivotGridFieldGroup;
Returns
Type |
---|
TcxPivotGridFieldGroup |
Remarks
This function adds a new group to the current collection and returns it as the resulting value.
To manipulate the collection’s items, use the Insert and Delete methods.
See Also