PivotNumbericRangeGroupSettings
Contents
[
Hide
]PivotNumbericRangeGroupSettings class
Represents the numberic range group of the pivot field.
class PivotNumbericRangeGroupSettings extends PivotFieldGroupSettings;
Constructors
Name | Description |
---|---|
constructor(PivotFieldGroupSettings) | Constructs from a parent object convertible to this. |
Methods
Method | Description |
---|---|
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. |
isNull() | Checks whether the implementation object is null. |
constructor(PivotFieldGroupSettings)
Constructs from a parent object convertible to this.
constructor(obj: PivotFieldGroupSettings);
Parameters:
Parameter | Type | Description |
---|---|---|
obj | PivotFieldGroupSettings | The parent object. |
getType()
Gets the group type.
getType() : PivotFieldGroupType;
Returns
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;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;