PowerTools SPREAD for Windows Forms 10.0J
ShowTrailing プロパティ (DropDownCalendar)


隣接日を表示するかどうかを示す値を取得または設定します。
構文
'Declaration
 
Public Property ShowTrailing As Boolean
'使用法
 
Dim instance As DropDownCalendar
Dim value As Boolean
 
instance.ShowTrailing = value
 
value = instance.ShowTrailing
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 メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.