PivotTableFormat
Contents
[
Hide
]PivotTableFormat class
Represents the format defined in the PivotTable.
class PivotTableFormat;
Properties
Property | Type | Description |
---|---|---|
pivotArea | PivotArea | Readonly. Gets the pivot area. |
Methods
Method | Description |
---|---|
getPivotArea() | @deprecated. Please use the ‘pivotArea’ property instead. Gets the pivot area. |
getStyle() | Gets the formatted style. |
setStyle(Style) | Sets the style of the pivot area. |
isNull() | Checks whether the implementation object is null. |
pivotArea
Readonly. Gets the pivot area.
pivotArea : PivotArea;
getPivotArea()
@deprecated. Please use the ‘pivotArea’ property instead. Gets the pivot area.
getPivotArea() : PivotArea;
Returns
getStyle()
Gets the formatted style.
getStyle() : Style;
Returns
setStyle(Style)
Sets the style of the pivot area.
setStyle(style: Style) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
style | Style |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;