GrapeCity SPREAD for Windows Forms 12.0J
CalendarType プロパティ (DropDownCalendar)


ドロップダウンカレンダーの種類を取得または設定します。
構文
'Declaration
 
Public Property CalendarType As CalendarType
'使用法
 
Dim instance As DropDownCalendar
Dim value As CalendarType
 
instance.CalendarType = value
 
value = instance.CalendarType
public CalendarType CalendarType {get; set;}

プロパティ値

現在のカレンダーのタイプを示すCalendarType値。
解説
このプロパティは、この DropDownCalendar の表示タイプを変更します。
次のサンプルコードは、CalendarTypeプロパティを設定します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType inputcell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
inputcell.DropDownCalendar.CalendarType = GrapeCity.Win.Spread.InputMan.CellType.CalendarType.YearMonth;
fpSpread1.Sheets[0].Cells[0, 0].CellType = inputcell;
Dim inputcell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
inputcell.DropDownCalendar.CalendarType = GrapeCity.Win.Spread.InputMan.CellType.CalendarType.YearMonth
FpSpread1.Sheets(0).Cells(0, 0).CellType = inputcell
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


Copyright © 2004 GrapeCity inc.