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. |
Properties
Property | Type | Description |
---|---|---|
start | number | Readonly. Gets the start number of the group. |
end | number | Readonly. Gets the end number of the group. |
interval | number | Readonly. Gets the interval of the group. |
Methods
Method | Description |
---|---|
getType() | Gets the group type. |
constructor(PivotFieldGroupSettings)
Constructs from a parent object convertible to this.
constructor(obj: PivotFieldGroupSettings);
Parameters:
Parameter | Type | Description |
---|---|---|
obj | PivotFieldGroupSettings | The 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;
getType()
Gets the group type.
getType() : PivotFieldGroupType;
Returns