PivotTableRefreshOption

PivotTableRefreshOption class

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

class PivotTableRefreshOption;

Constructors

NameDescription
constructor()Represents the options of refreshing data source of the pivot table.

Methods

MethodDescription
getReserveMissingPivotItemType()Represents how to reserve missing pivot items.
setReserveMissingPivotItemType(ReserveMissingPivotItemType)Represents how to reserve missing pivot items.

constructor()

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

constructor();

getReserveMissingPivotItemType()

Represents how to reserve missing pivot items.

getReserveMissingPivotItemType() : ReserveMissingPivotItemType;

Returns

ReserveMissingPivotItemType

setReserveMissingPivotItemType(ReserveMissingPivotItemType)

Represents how to reserve missing pivot items.

setReserveMissingPivotItemType(value: ReserveMissingPivotItemType) : void;

Parameters:

ParameterTypeDescription
valueReserveMissingPivotItemTypeThe value to set.