PivotFields.Item

PivotFields indexer (1 of 2)

Gets a PivotField by index.

public PivotField this[int index] { get; }

See Also


PivotFields indexer (2 of 2)

Gets a PivotField by name.

public PivotField this[string name] { get; }

See Also