asposecells.api

Class PivotTableCalculateOption

Rerepsents the options of calcuating the pivot table.

Constructor Summary
 
Property Getters/Setters Summary
methodgetRefreshCharts()
method
           Indicates whether refreshing charts are based on this pivot table.
methodgetRefreshData()
method
           Indicates whether refreshing data source of the pivottable.
methodgetReserveMissingPivotItemType()
method
           Represents how to reserve missing pivot items. The value of the property is ReserveMissingPivotItemType integer constant.
 

    • Constructor Detail

      • PivotTableCalculateOption

        PivotTableCalculateOption()
    • Property Getters/Setters Detail

      • getRefreshData/setRefreshData : boolean 

        boolean getRefreshData() / setRefreshData(value)
        
        Indicates whether refreshing data source of the pivottable.
      • getRefreshCharts/setRefreshCharts : boolean 

        boolean getRefreshCharts() / setRefreshCharts(value)
        
        Indicates whether refreshing charts are based on this pivot table.
      • getReserveMissingPivotItemType/setReserveMissingPivotItemType : int 

        int getReserveMissingPivotItemType() / setReserveMissingPivotItemType(value)
        
        Represents how to reserve missing pivot items. The value of the property is ReserveMissingPivotItemType integer constant. Only works when RefreshData is true.