PivotItems.Item

PivotItems indexer (1 of 2)

Gets a item by index.

public PivotItem this[int index] { get; }

See Also


PivotItems indexer (2 of 2)

Gets a item by name.

public PivotItem this[string pivotName] { get; }

See Also