SPREAD for WPF 3.0J - GcSpreadGrid
DateOccurringType 列挙体

GrapeCity.Windows.SpreadGrid 名前空間 : DateOccurringType 列挙体
日付がいつに属するかを指定します。
シンタックス
'宣言
 
Public Enum DateOccurringType 
   Inherits System.Enum
public enum DateOccurringType : System.Enum 
メンバ
メンバ解説
Last7Days過去7日間を指定します。
LastMonth先月を指定します。
LastWeek先週を指定します。
NextMonth来月を指定します。
NextWeek来週を指定します。
ThisMonth今月を指定します。
ThisWeek今週を指定します。
Today今日を指定します。
Tomorrow明日を指定します。
Yesterday昨日を指定します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadGrid.DateOccurringType

参照

GrapeCity.Windows.SpreadGrid 名前空間