PivotTableCollection.Clear() Method
Removes all pivot tables from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Remarks
Note that calling the Clear method also disposes all elements removed from the collection.
To remove an individual pivot table from the collection, use the PivotTableCollection.Remove or PivotTableCollection.RemoveAt methods.
To add a new pivot table to the collection, use the PivotTableCollection.Add method overloads.
See Also