[]
        
(Showing Draft Content)

C1.PivotEngine.PivotFieldList.Item

this Property

this[string]

Gets a PivotField by name.

Declaration
public PivotField this[string fieldKey] { get; }
Public ReadOnly Default Property Item(fieldKey As String) As PivotField
Parameters
Type Name Description
string fieldKey

Key of the field to retrieve.

Property Value
Type Description
PivotField

The requested PivotField.

Remarks

If the list does not contain a field with the specified name, an exception is thrown.