Item

PivotItemCollection indexer (1 of 2)

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

public PivotItem this[int index] { get; }

Ver también


PivotItemCollection indexer (2 of 2)

Obtiene el objeto PivotItem del nombre específico.

public PivotItem this[string itemValue] { get; }

Ver también