DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / RangeType Enumeration

In This Topic
    RangeType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum RangeType 
       Inherits System.Enum
    public enum RangeType : System.Enum 
    Members
    MemberDescription
    AlphabeticalCaseSensitive By the first letter
    AlphabeticalIgnoreCase By the first letter ignoring case
    CustomEnables combining the field's data into custom intervals via the IRangeInfo.CustomRange event.
    FiscalMonth Number of month in fiscal year.
    FiscalQuarter Number of quarter in fiscal year.
    FiscalWeek Number of week in fiscal year.
    FiscalYear By fiscal year.
    FormatUse PivotField.Format to group values into ranges.
    None Ranges aren't active.
    NumericUses IRangeInfo.NumericStep property to combine numeric field values into ranges.
    Quarter Number of quarter in the year
    Week Number of week in the year
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.PivotEngine.RangeType

    See Also