Item Property (String)

Office Open XML

Pivottabes accesed by name

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

Syntax

C#
public ExcelPivotTable this[
	string Name
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	Name As String _
) As ExcelPivotTable
Visual C++
public:
property ExcelPivotTable^ default[String^ Name] {
	ExcelPivotTable^ get (String^ Name);
}

Parameters

Name
Type: System..::.String
The name of the pivottable

Return Value

The Pivotable. Null if the no match is found

See Also