PivotNumbericRangeGroupSettings

PivotNumbericRangeGroupSettings class

Represents the numberic range group of the pivot field.

Properties

NameTypeDescription
TypeintGets the group type. The value of the property is PivotFieldGroupType integer constant.
StartfloatGets the start number of the group.
EndfloatGets the end number of the group.
IntervalfloatGets 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