Item

PivotItemCollection indexer (1 of 2)

Получает объект PivotItem по указанному индексу.

public PivotItem this[int index] { get; }

Смотрите также


PivotItemCollection indexer (2 of 2)

Получает объект PivotItem определенного имени.

public PivotItem this[string itemValue] { get; }

Смотрите также