Interface IPivotCaches
public interface IPivotCaches
Properties
Count
int Count { get; }
Property Value
this[int]
IPivotCache this[int index] { get; }
Parameters
index
int
Property Value
Methods
Add(CellRange)
PivotCache Add(CellRange range)
Parameters
range
CellRange