TcxPivotGridFieldGroupCollection.Add Method
In This Article
Adds a field group to the current collection.
#Declaration
Delphi
function Add: TcxPivotGridFieldGroup;
#Returns
Type |
---|
Tcx |
#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