Click or drag to resize

PivotTable Class

Represents a pivot table object.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelPivotTable

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

The PivotTable type exposes the following members.

Constructors
 NameDescription
Public methodPivotTable Initializes a new PivotTable object.
Top
Properties
 NameDescription
Public propertyParent Gets parent worksheet.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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
Fields
 NameDescription
Public fieldName Gets or sets the name of the pivot table.
Public fieldRange Gets or sets the cell range on which the pivot table is located.
Public fieldTableStyleName 
Top
See Also