Back to Devexpress

PivotTableCollection.Add Method

officefileapi-devexpress-dot-spreadsheet-dot-pivottablecollection-dot-add.md

latest1.8 KB
Original Source

PivotTableCollection.Add Method

NameParametersDescription
Add(CellRange, CellRange, String)sourceRange, location, nameCreates a pivot table with a custom name based on data in the specified cell range and returns the newly created PivotTable object.
Add(CellRange, CellRange)sourceRange, locationCreates a pivot table with the default name based on data in the specified cell range and returns the newly created PivotTable object.
Add(PivotCache, CellRange, String)cache, location, nameCreates a new pivot table with a custom name using the specified data cache and returns the newly created PivotTable object.
Add(PivotCache, CellRange)cache, locationCreates a new pivot table with the default name using the specified data cache and returns the newly created PivotTable object.