Click or drag to resize

PivotTableCollection Class

Represents a collection of objects PivotTable.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelPivotTableCollection

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public class PivotTableCollection : IEnumerable

The PivotTableCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount 
Public propertyItemInt32 Returns an object PivotTable from the collection at a specific index.
Public propertyItemString Returns an object PivotTable from the collection at a specific name.
Top
Methods
 NameDescription
Public methodAdd Add an object PivotTable to the collection.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEnumerator Returns an enumerator for the PivotTableCollection.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also