[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.RefreshCaches

RefreshCaches Method

RefreshCaches(Workbook, List<int>)

Get the latest data by refreshing all source in the workbook.

Declaration
public static Command RefreshCaches(Workbook workbook, List<int> cacheIndexes)
Public Shared Function RefreshCaches(workbook As Workbook, cacheIndexes As List(Of Integer)) As Command
Parameters
Type Name Description
Workbook workbook
List<int> cacheIndexes
Returns
Type Description
Command