[]
Gets a PivotField by name.
public PivotField this[string fieldKey] { get; }
Type | Name | Description |
---|---|---|
string | fieldKey | Key of the field to retrieve. |
Type | Description |
---|---|
PivotField | The requested PivotField. |
If the list does not contain a field with the specified name, an exception is thrown.