Item

PivotTableCollection indexer (1 of 3)

Ottiene il rapporto della tabella pivot per indice.

public PivotTable this[int index] { get; }

Guarda anche


PivotTableCollection indexer (2 of 3)

Ottiene il rapporto tabella pivot in base al nome della tabella pivot.

public PivotTable this[string name] { get; }

Guarda anche


PivotTableCollection indexer (3 of 3)

Ottiene il rapporto tabella pivot in base alla posizione della tabella pivot.

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

Guarda anche