PivotTableFormat

PivotTableFormat class

Represents the format defined in the PivotTable.

class PivotTableFormat;

Properties

PropertyTypeDescription
pivotAreaPivotAreaReadonly. Gets the pivot area.

Methods

MethodDescription
getStyle()Gets the formatted style.
setStyle(Style)Sets the style of the pivot area.

pivotArea

Readonly. Gets the pivot area.

pivotArea : 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