Item

PivotTableCollection indexer (1 of 3)

Ruft den PivotTable-Bericht nach Index ab.

public PivotTable this[int index] { get; }

Siehe auch


PivotTableCollection indexer (2 of 3)

Ruft den PivotTable-Bericht nach dem Namen der PivotTable ab.

public PivotTable this[string name] { get; }

Siehe auch


PivotTableCollection indexer (3 of 3)

Ruft den PivotTable-Bericht nach PivotTable-Position ab.

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

Siehe auch