







![]() ![]() |
EPPlus 3.0 |
ExcelPivotTableFieldCollection..::.Item Property (String) |
ExcelPivotTableFieldCollection Class See Also Send Feedback |
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