TcxPivotGridFieldGroup.Remove(TcxPivotGridField) Method
Ungroups a particular field from the current group.
Declaration
procedure Remove(AField: TcxPivotGridField);
Parameters
Name | Type |
---|---|
AField | TcxPivotGridField |
Remarks
Call this method to remove the field passed as the AField parameter from the Fields collection thus to ungroup this fields from the current group. Alternatively, to ungroup a field you can either set the field’s Group property to nil or assign a value of -1 to its GroupIndex property. To ungroup all the grouped fields altogether, use the group’s Clear method.
See Also