PivotTables.Add

Add(PivotCache)

Adds a PivotTable object from the specified PivotCache to a new worksheet

public PivotTable Add(PivotCache pivotCache)
ParameterTypeDescription
pivotCachePivotCacheThe source data

See Also


Add(PivotCache, string)

Adds a PivotTable object from the specified PivotCache to a new worksheet

public PivotTable Add(PivotCache pivotCache, string tableName)
ParameterTypeDescription
pivotCachePivotCacheThe source data
tableNameStringPivotTable name

See Also


Add(PivotCache, WebWorksheet, WebCell)

Adds a PivotTable object from the specified PivotCache to the specified worksheet

public PivotTable Add(PivotCache pivotCache, WebWorksheet targetSheet, WebCell targetCell)

See Also


Add(PivotCache, WebWorksheet, WebCell, string)

Adds a PivotTable object from the specified PivotCache to the specified worksheet

public PivotTable Add(PivotCache pivotCache, WebWorksheet targetSheet, WebCell targetCell, 
    string tableName)

See Also