[]
        
(Showing Draft Content)

C1.PivotEngine.PivotFieldList.Item

this Property

this[string]

Gets a PivotField by name.

Declaration
public PivotField this[string fieldKey] { get; }
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.