Item Property (String)

Office Open XML

Indexer by name

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

Syntax

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

Parameters

name
Type: System..::.String

Return Value

See Also