メンバ | 解説 |
---|---|
April | 4月を示します。 |
August | 8月を示します。 |
December | 12月を示します。 |
Default | 月が定義されていないことを示します。 |
February | 2月を示します。 |
January | 1月を示します。 |
July | 7月を示します。 |
June | 6月を示します。 |
March | 3月を示します。 |
May | 5月を示します。 |
November | 11月を示します。 |
October | 10月を示します。 |
September | 9月を示します。 |
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType gcDateTimeCell1 = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType(); gcDateTimeCell1.DropDownCalendar.CalendarType = GrapeCity.Win.Spread.InputMan.CellType.CalendarType.MonthDay; gcDateTimeCell1.DropDownCalendar.FirstMonthInView = GrapeCity.Win.Spread.InputMan.CellType.Months.October; gcDateTimeCell1.DropDownCalendar.CalendarDimensions = new Size(3, 4); fpSpread1.Sheets[0].Cells[1, 1].CellType = gcDateTimeCell1;
Dim gcDateTimeCell1 As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType() gcDateTimeCell1.DropDownCalendar.CalendarType = GrapeCity.Win.Spread.InputMan.CellType.CalendarType.MonthDay gcDateTimeCell1.DropDownCalendar.FirstMonthInView = GrapeCity.Win.Spread.InputMan.CellType.Months.October gcDateTimeCell1.DropDownCalendar.CalendarDimensions = New Size(3, 4) fpSpread1.Sheets(0).Cells(1, 1).CellType = gcDateTimeCell1
System.Object
System.ValueType
System.Enum
GrapeCity.Win.Spread.InputMan.CellType.Months