PivotTableCollection.Add(PivotCache, CellRange, String) Method
In This Article
Creates a new pivot table with a custom name using the specified data cache and returns the newly created PivotTable object.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
PivotTable Add(
PivotCache cache,
CellRange location,
string name
)
#Parameters
Name | Type | Description |
---|---|---|
cache | Pivot |
A Pivot |
location | Cell |
A Cell |
name | String | A String value that specifies the pivot table name. This value is assigned to the Pivot |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
See Also