MESCIUS SPREAD for Windows Forms 15.0J
ShowToday プロパティ (DropDownCalendar)
使用例 

今日の日付を表示するかどうかを示す値を取得または設定します。
構文
'宣言
 
Public Property ShowToday As Boolean
public bool ShowToday {get; set;}

プロパティ値

出力領域を表示するかどうかを示すbool値。
解説
このプロパティは、このカレンダーの下部に今日の日付を表示するかどうかを決定します。
使用例
次のサンプルコードは、ShowTodayプロパティを使用します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType inputcell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
inputcell.DropDownCalendar.LegendStyle = new GrapeCity.Win.Spread.InputMan.CellType.Style(Color.Azure, Color.Black);
inputcell.DropDownCalendar.ShowToday = true;
fpSpread1.Sheets[0].Cells[0, 0].CellType = inputcell;
Dim inputcell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
inputcell.DropDownCalendar.LegendStyle = New GrapeCity.Win.Spread.InputMan.CellType.Style(Color.Azure, Color.Black)
inputcell.DropDownCalendar.ShowToday = True
fpSpread1.Sheets(0).Cells(0, 0).CellType = inputcell
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© MESCIUS inc. All rights reserved.