PivotNumbericRangeGroupSettings
Contents
[
Hide
]PivotNumbericRangeGroupSettings class
Represents the numberic range group of the pivot field.
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Gets the group type. The value of the property is PivotFieldGroupType integer constant. |
| Start | float | Gets the start number of the group. |
| End | float | Gets the end number of the group. |
| Interval | float | Gets the interval of the group. |
PivotNumbericRangeGroupSettings.Type property
Gets the group type. The value of the property is PivotFieldGroupType integer constant.
Type: int
PivotNumbericRangeGroupSettings.Start property
Gets the start number of the group.
Type: float
PivotNumbericRangeGroupSettings.End property
Gets the end number of the group.
Type: float
PivotNumbericRangeGroupSettings.Interval property
Gets the interval of the group.
Type: float