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
object ← PivotFieldGroupSettings ← PivotNumbericRangeGroupSettings
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
Interval
Gets the interval of the group.
public double Interval { get; }
Property Value
Start
Gets the start number of the group.
public double Start { get; }
Property Value
Type
Gets the group type.
public override PivotFieldGroupType Type { get; }