FlexPivot for WinForms
RangeType 列挙体

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 : RangeType 列挙体
シンタックス
'宣言
 
Public Enum RangeType 
   Inherits System.Enum
public enum RangeType : System.Enum 
メンバ
メンバ解説
AlphabeticalCaseSensitiveBy the first letter
AlphabeticalIgnoreCaseBy the first letter ignoring case
CustomEnables combining the field's data into custom intervals via the IRangeInfo.CustomRange event.
FiscalMonthNumber of month in fiscal year.
FiscalQuarterNumber of quarter in fiscal year.
FiscalWeekNumber of week in fiscal year.
FiscalYearBy fiscal year.
FormatUse PivotField.Format to group values into ranges.
NoneRanges aren't active.
NumericUses IRangeInfo.NumericStep property to combine numeric field values into ranges.
QuarterNumber of quarter in the year
WeekNumber of week in the year
継承階層

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

参照

C1.PivotEngine 名前空間