PivotTableCalculateOption

PivotTableCalculateOption class

Rerepsents the options of calcuating the pivot table.

Constructors

NameDescription
PivotTableCalculateOption

Properties

NameTypeDescription
RefreshDatabooleanIndicates whether refreshing data source of the pivottable.
RefreshChartsbooleanIndicates whether refreshing charts are based on this pivot table.
ReserveMissingPivotItemTypeintRepresents how to reserve missing pivot items. The value of the property is ReserveMissingPivotItemType integer constant
RefreshOptionPivotTableRefreshOption

PivotTableCalculateOption()

PivotTableCalculateOption.RefreshData property

Indicates whether refreshing data source of the pivottable.

Type: boolean

PivotTableCalculateOption.RefreshCharts property

Indicates whether refreshing charts are based on this pivot table.

Type: boolean

PivotTableCalculateOption.ReserveMissingPivotItemType property

Represents how to reserve missing pivot items. The value of the property is ReserveMissingPivotItemType integer constant. Only works when RefreshData is true.

Type: int

PivotTableCalculateOption.RefreshOption property

Type: PivotTableRefreshOption