







The worksheet where the pivottable is located
Namespace:
OfficeOpenXml.Table.PivotTable
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public ExcelWorksheet WorkSheet { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property WorkSheet As ExcelWorksheet |
| Visual C++ |
|---|
public: property ExcelWorksheet^ WorkSheet { ExcelWorksheet^ get (); void set (ExcelWorksheet^ value); } |
