PivotNumericRangeGroupSettings

PivotNumericRangeGroupSettings class

Represents the numeric range group of the pivot field.

class PivotNumericRangeGroupSettings extends PivotFieldGroupSettings;

Constructors

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

Properties

PropertyTypeDescription
startnumberReadonly. Gets the start number of the group.
endnumberReadonly. Gets the end number of the group.
intervalnumberReadonly. Gets the interval of the group.

Methods

MethodDescription
getStart()@deprecated. Please use the ‘start’ property instead. Gets the start number of the group.
getEnd()@deprecated. Please use the ’end’ property instead. Gets the end number of the group.
getInterval()@deprecated. Please use the ‘interval’ property instead. Gets the interval of the group.
isNull()Checks whether the implementation object is null.
getType()Gets the group type.

constructor(PivotFieldGroupSettings)

Constructs from a parent object convertible to this.

constructor(obj: PivotFieldGroupSettings);

Parameters:

ParameterTypeDescription
objPivotFieldGroupSettingsThe parent object.

start

Readonly. Gets the start number of the group.

start : number;

end

Readonly. Gets the end number of the group.

end : number;

interval

Readonly. Gets the interval of the group.

interval : number;

getStart()

@deprecated. Please use the ‘start’ property instead. Gets the start number of the group.

getStart() : number;

getEnd()

@deprecated. Please use the ’end’ property instead. Gets the end number of the group.

getEnd() : number;

getInterval()

@deprecated. Please use the ‘interval’ property instead. Gets the interval of the group.

getInterval() : number;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

getType()

Gets the group type.

getType() : PivotFieldGroupType;

Returns

PivotFieldGroupType