Item Property (Int32)

Office Open XML

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

Return Value

See Also