Item

PivotFieldCollection indexer (1 of 2)

Ottiene l’oggetto PivotField in corrispondenza dell’indice specifico.

public PivotField this[int index] { get; }

Guarda anche


PivotFieldCollection indexer (2 of 2)

Ottiene l’oggetto PivotField con il nome specifico.

public PivotField this[string name] { get; }

Guarda anche