PivotCache.ResetDataSource

ResetDataSource(DataTable)

Resets the source data

public void ResetDataSource(DataTable dataTable)
ParameterTypeDescription
dataTableDataTableThe data source

See Also


ResetDataSource(DataView)

Resets the source data

public void ResetDataSource(DataView dataView)
ParameterTypeDescription
dataViewDataViewThe data source

See Also


ResetDataSource(WebWorksheet, WebCellArea)

Resets the source data

public void ResetDataSource(WebWorksheet sourceSheet, WebCellArea sourceCellArea)
ParameterTypeDescription
sourceSheetWebWorksheetThe sheet of source dat
sourceCellAreaWebCellAreaThe range of the sheet

See Also