Item

PivotFieldCollection indexer (1 of 2)

Obtiene el objeto PivotField en el índice específico.

public PivotField this[int index] { get; }

Ver también


PivotFieldCollection indexer (2 of 2)

Obtiene el objeto PivotField del nombre específico.

public PivotField this[string name] { get; }

Ver también