PivotTableRefreshOption
Contents
[
Hide
]PivotTableRefreshOption class
Represents the options of refreshing data source of the pivot table.
class PivotTableRefreshOption;
Constructors
| Constructor | 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. |
Methods
| Method | Description |
|---|---|
| getReserveMissingPivotItemType() | @deprecated. Please use the ‘reserveMissingPivotItemType’ property instead. Represents how to reserve missing pivot items. |
| setReserveMissingPivotItemType(ReserveMissingPivotItemType) | @deprecated. Please use the ‘reserveMissingPivotItemType’ property instead. Represents how to reserve missing pivot items. |
| isNull() | Checks whether the implementation object is null. |
constructor()
Represents the options of refreshing data source of the pivot table.
constructor();
reserveMissingPivotItemType
Represents how to reserve missing pivot items.
reserveMissingPivotItemType : ReserveMissingPivotItemType;
getReserveMissingPivotItemType()
@deprecated. Please use the ‘reserveMissingPivotItemType’ property instead. Represents how to reserve missing pivot items.
getReserveMissingPivotItemType() : ReserveMissingPivotItemType;
Returns
setReserveMissingPivotItemType(ReserveMissingPivotItemType)
@deprecated. Please use the ‘reserveMissingPivotItemType’ property instead. Represents how to reserve missing pivot items.
setReserveMissingPivotItemType(value: ReserveMissingPivotItemType) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | ReserveMissingPivotItemType | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;