PivotFieldCollection.Item

PivotFieldCollection indexer (1 of 2)

Gets the PivotField Object at the specific index.

public PivotField this[int index] { get; }

See Also


PivotFieldCollection indexer (2 of 2)

Gets the PivotField Object of the specific name.

public PivotField this[string name] { get; }

See Also