Click or drag to resize

IPivotTables Interface

Represents collection of all pivot tables inside worksheet.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IPivotTables

The IPivotTables type exposes the following members.

Properties
Methods
Name Description
Public method Add
Adds new pivot table to the collection.
Public method Remove
Removes pivot table from the collection.
Public method RemoveAt
Removes piovt table from the collection base on the index.
Top
See Also