PivotTableRefreshOption
PivotTableRefreshOption class
Represents the options of refreshing data source of the pivot table.
class PivotTableRefreshOption;
Constructors
Name | Description |
---|---|
constructor() | Represents the options of refreshing data source of the pivot table. |
Properties
Property | Type | Description |
---|---|---|
reserveMissingPivotItemType | ReserveMissingPivotItemType | Represents how to reserve missing pivot items. |
constructor()
Represents the options of refreshing data source of the pivot table.
constructor();
reserveMissingPivotItemType
Represents how to reserve missing pivot items.
reserveMissingPivotItemType : ReserveMissingPivotItemType;