PivotCaches.Item

PivotCaches indexer (1 of 2)

Gets PivotCache object by index.

public PivotCache this[int index] { get; }

See Also


PivotCaches indexer (2 of 2)

Gets PivotCache object by name.

public PivotCache this[string name] { get; }

See Also