PivotTable Property

Office Open XML

Referece to the PivoTable object

Namespace:  OfficeOpenXml.Table.PivotTable
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelPivotTable PivotTable { get; private set; }
Visual Basic (Declaration)
Public Property PivotTable As ExcelPivotTable
Visual C++
public:
property ExcelPivotTable^ PivotTable {
	ExcelPivotTable^ get ();
	void set (ExcelPivotTable^ value);
}

See Also