Interface IPivotTables
public interface IPivotTables
Properties
Count
int Count { get; }
Property Value
this[int]
IPivotTable this[int index] { get; }
Parameters
index
int
Property Value
this[string]
IPivotTable this[string name] { get; }
Parameters
name
string
Property Value
Methods
Add(string, CellRange, PivotCache)
PivotTable Add(string name, CellRange location, PivotCache cache)
Parameters
name
stringlocation
CellRangecache
PivotCache
Returns
Remove(string)
void Remove(string name)
Parameters
name
string
RemoveAt(int)
void RemoveAt(int index)
Parameters
index
int