PivotCache.ResetDataSource
ResetDataSource(DataTable)
Resets the source data
public void ResetDataSource(DataTable dataTable)
Parameter | Type | Description |
---|---|---|
dataTable | DataTable | The data source |
See Also
- class PivotCache
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
ResetDataSource(DataView)
Resets the source data
public void ResetDataSource(DataView dataView)
Parameter | Type | Description |
---|---|---|
dataView | DataView | The data source |
See Also
- class PivotCache
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
ResetDataSource(WebWorksheet, WebCellArea)
Resets the source data
public void ResetDataSource(WebWorksheet sourceSheet, WebCellArea sourceCellArea)
Parameter | Type | Description |
---|---|---|
sourceSheet | WebWorksheet | The sheet of source dat |
sourceCellArea | WebCellArea | The range of the sheet |
See Also
- class WebWorksheet
- class WebCellArea
- class PivotCache
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb