PivotTableFormat

PivotTableFormat class

Represents the format defined in the PivotTable.

class PivotTableFormat;

Methods

MethodDescription
getPivotArea()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.

getPivotArea()

Gets the pivot area.

getPivotArea() : PivotArea;

Returns

PivotArea

getStyle()

Gets the formatted style.

getStyle() : Style;

Returns

Style

setStyle(Style)

Sets the style of the pivot area.

setStyle(style: Style) : void;

Parameters:

ParameterTypeDescription
styleStyle

isNull()

Checks whether the implementation object is null.

isNull() : boolean;