PivotTables.Add
Contents
[
Hide
]Add(PivotCache)
Adds a PivotTable object from the specified PivotCache to a new worksheet
public PivotTable Add(PivotCache pivotCache)
Parameter | Type | Description |
---|---|---|
pivotCache | PivotCache | The source data |
See Also
- class PivotTable
- class PivotCache
- class PivotTables
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
Add(PivotCache, string)
Adds a PivotTable object from the specified PivotCache to a new worksheet
public PivotTable Add(PivotCache pivotCache, string tableName)
Parameter | Type | Description |
---|---|---|
pivotCache | PivotCache | The source data |
tableName | String | PivotTable name |
See Also
- class PivotTable
- class PivotCache
- class PivotTables
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
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
- class PivotTable
- class PivotCache
- class WebWorksheet
- class WebCell
- class PivotTables
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
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
- class PivotTable
- class PivotCache
- class WebWorksheet
- class WebCell
- class PivotTables
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb