PivotTableRefreshOption class

PivotTableRefreshOption class

Represents the options of refreshing data source of the pivot table.

The PivotTableRefreshOption type exposes the following members:

Constructors

ConstructorDescription
__init__(self)Represents the options of refreshing data source of the pivot table.

Properties

PropertyDescription
reserve_missing_pivot_item_typeRepresents how to reserve missing pivot items.
is_keep_original_orderIndicates whether to keep pivot items’ original order as old data source.
keep_cached_local_group_dataIndicates whether to keep cached local group data if the maximum and minimum values remain unchanged.
The default value is false which means refreshing group with local setting.

See Also