







![]() ![]() |
EPPlus 3.0 |
ExcelPivotTableCollection..::.Item Property (Int32) |
ExcelPivotTableCollection Class See Also Send Feedback |
The pivottable Index. Base 0.
Namespace:
OfficeOpenXml.Table.PivotTable
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelPivotTable this[ int Index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ Index As Integer _ ) As ExcelPivotTable |
Visual C++ |
---|
public: property ExcelPivotTable^ default[int Index] { ExcelPivotTable^ get (int Index); } |
Parameters
- Index
- Type: System..::.Int32