XlsPivotTable
Clear Method
|
This method clears all the fields, deletes all filtering and sorting applied to the PivotTable.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public:
virtual void Clear() sealed
abstract Clear : unit -> unit
override Clear : unit -> unit
Implements
IPivotTable
Clear
See Also