Class PivotNumbericRangeGroupSettings

Class PivotNumbericRangeGroupSettings

Namespace: Aspose.Cells.Pivot
Assembly: Aspose.Cells.dll (25.2.0)

Represents the numberic range group of the pivot field.

public class PivotNumbericRangeGroupSettings : PivotFieldGroupSettings

Inheritance

objectPivotFieldGroupSettingsPivotNumbericRangeGroupSettings

Inherited Members

PivotFieldGroupSettings.Type, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

End

Gets the end number of the group.

public double End { get; }

Property Value

double

Interval

Gets the interval of the group.

public double Interval { get; }

Property Value

double

Start

Gets the start number of the group.

public double Start { get; }

Property Value

double

Type

Gets the group type.

public override PivotFieldGroupType Type { get; }

Property Value

PivotFieldGroupType