PivotTableRefreshOption
Contents
[
Hide
]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. |
Methods
Method | Description |
---|---|
getReserveMissingPivotItemType() | Represents how to reserve missing pivot items. |
setReserveMissingPivotItemType(ReserveMissingPivotItemType) | 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();
getReserveMissingPivotItemType()
Represents how to reserve missing pivot items.
getReserveMissingPivotItemType() : ReserveMissingPivotItemType;
Returns
setReserveMissingPivotItemType(ReserveMissingPivotItemType)
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;