PivotNumbericRangeGroupSettings

PivotNumbericRangeGroupSettings class

Represents the numberic range group of the pivot field.

class PivotNumbericRangeGroupSettings extends PivotFieldGroupSettings;

Constructors

NameDescription
constructor(PivotFieldGroupSettings)Constructs from a parent object convertible to this.

Methods

MethodDescription
getType()Gets the group type.
getStart()Gets the start number of the group.
getEnd()Gets the end number of the group.
getInterval()Gets the interval of the group.

constructor(PivotFieldGroupSettings)

Constructs from a parent object convertible to this.

constructor(obj: PivotFieldGroupSettings);

Parameters:

ParameterTypeDescription
objPivotFieldGroupSettingsThe parent object.

getType()

Gets the group type.

getType() : PivotFieldGroupType;

Returns

PivotFieldGroupType

getStart()

Gets the start number of the group.

getStart() : number;

getEnd()

Gets the end number of the group.

getEnd() : number;

getInterval()

Gets the interval of the group.

getInterval() : number;