PivotTableCollection.Add(CellRange, CellRange, String) Method
In This Article
Creates a pivot table with a custom name based on data in the specified cell range 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(
CellRange sourceRange,
CellRange location,
string name
)
#Parameters
Name | Type | Description |
---|---|---|
source |
Cell |
A Cell |
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