PivotItemCollection.Item

PivotItemCollection indexer (1 of 2)

Gets the PivotItem Object at the specific index.

public PivotItem this[int index] { get; }

See Also


PivotItemCollection indexer (2 of 2)

Gets the PivotItem Object of the specific name.

public PivotItem this[string itemValue] { get; }

See Also