PivotTableCollection.Item

PivotTableCollection indexer (1 of 3)

Gets the PivotTable report by index.

public PivotTable this[int index] { get; }

See Also


PivotTableCollection indexer (2 of 3)

Gets the PivotTable report by pivottable’s name.

public PivotTable this[string name] { get; }

See Also


PivotTableCollection indexer (3 of 3)

Gets the PivotTable report by pivottable’s position.

public PivotTable this[int row, int column] { get; }

See Also