PivotCaches.Add
Contents
[
Hide
]Add(DataTable)
Adds a PivotCache from DataTable.
public PivotCache Add(DataTable dataTable)
Parameter | Type | Description |
---|---|---|
dataTable | DataTable | The data source |
See Also
- class PivotCache
- class PivotCaches
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
Add(DataTable, string)
Adds a PivotCahe from DataTable using the specified name.
public PivotCache Add(DataTable dataTable, string cacheName)
Parameter | Type | Description |
---|---|---|
dataTable | DataTable | The data source |
cacheName | String | The cache name |
See Also
- class PivotCache
- class PivotCaches
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
Add(DataView)
Adds a PivotCache from DataView.
public PivotCache Add(DataView dataView)
Parameter | Type | Description |
---|---|---|
dataView | DataView | The data source |
See Also
- class PivotCache
- class PivotCaches
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
Add(DataView, string)
Adds a PivotCahe from DataView using the specified name.
public PivotCache Add(DataView dataView, string cacheName)
Parameter | Type | Description |
---|---|---|
dataView | DataView | The data source |
cacheName | String | The cache name |
See Also
- class PivotCache
- class PivotCaches
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
Add(WebWorksheet, WebCellArea)
Adds a PivotCache from sheet
public PivotCache Add(WebWorksheet sourceSheet, WebCellArea sourceCellArea)
Parameter | Type | Description |
---|---|---|
sourceSheet | WebWorksheet | The sheet of source data |
sourceCellArea | WebCellArea | The range of the sheet |
See Also
- class PivotCache
- class WebWorksheet
- class WebCellArea
- class PivotCaches
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
Add(WebWorksheet, WebCellArea, string)
Adds a PivotCache from sheet using the specified name.
public PivotCache Add(WebWorksheet sourceSheet, WebCellArea sourceCellArea, string cacheName)
Parameter | Type | Description |
---|---|---|
sourceSheet | WebWorksheet | The sheet of source data |
sourceCellArea | WebCellArea | The range of the sheet |
cacheName | String | The cache name |
See Also
- class PivotCache
- class WebWorksheet
- class WebCellArea
- class PivotCaches
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb