Skip to main content
A newer version of this page is available. .
Row

PivotFieldReferenceCollection.Clear() Method

Removes all row or column fields from the collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

void Clear()

Remarks

Use the Clear method to remove all row fields from the PivotTable.RowFields collection, or all column fields from the PivotTable.ColumnFields collection.

To remove an individual row/column field from the collection of row/column fields, use the PivotFieldReferenceCollection.Remove or PivotFieldReferenceCollection.RemoveAt method.

See Also