PivotCaches.Add

Add(DataTable)

Adds a PivotCache from DataTable.

public PivotCache Add(DataTable dataTable)
ParameterTypeDescription
dataTableDataTableThe data source

See Also


Add(DataTable, string)

Adds a PivotCahe from DataTable using the specified name.

public PivotCache Add(DataTable dataTable, string cacheName)
ParameterTypeDescription
dataTableDataTableThe data source
cacheNameStringThe cache name

See Also


Add(DataView)

Adds a PivotCache from DataView.

public PivotCache Add(DataView dataView)
ParameterTypeDescription
dataViewDataViewThe data source

See Also


Add(DataView, string)

Adds a PivotCahe from DataView using the specified name.

public PivotCache Add(DataView dataView, string cacheName)
ParameterTypeDescription
dataViewDataViewThe data source
cacheNameStringThe cache name

See Also


Add(WebWorksheet, WebCellArea)

Adds a PivotCache from sheet

public PivotCache Add(WebWorksheet sourceSheet, WebCellArea sourceCellArea)
ParameterTypeDescription
sourceSheetWebWorksheetThe sheet of source data
sourceCellAreaWebCellAreaThe range of the sheet

See Also


Add(WebWorksheet, WebCellArea, string)

Adds a PivotCache from sheet using the specified name.

public PivotCache Add(WebWorksheet sourceSheet, WebCellArea sourceCellArea, string cacheName)
ParameterTypeDescription
sourceSheetWebWorksheetThe sheet of source data
sourceCellAreaWebCellAreaThe range of the sheet
cacheNameStringThe cache name

See Also