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

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

プロパティ値

隣接日を表示するかどうかを示す bool 値。既定値は true です。
使用例
次のサンプルコードは、ShowTrailingプロパティを設定します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType gcDateTimeCell1 = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
gcDateTimeCell1.DropDownCalendar.ShowTrailing = false;
fpSpread1.Sheets[0].Cells[1, 1].CellType = gcDateTimeCell1;
Dim gcDateTimeCell1 As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
gcDateTimeCell1.DropDownCalendar.ShowTrailing = False
fpSpread1.Sheets(0).Cells(1, 1).CellType = gcDateTimeCell1
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© MESCIUS inc. All rights reserved.