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

隣接日のスタイルを取得または設定します。
構文
'宣言
 
Public Property TrailingStyle As SubStyle
public SubStyle TrailingStyle {get; set;}

プロパティ値

隣接日のスタイルを示す SubStyle オブジェクト。
解説
このプロパティは、隣接日領域の表示スタイルを取得します。
使用例
次のサンプルコードは、TrailingStyleプロパティを設定します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType gcDateTimeCell1 = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
gcDateTimeCell1.DropDownCalendar.TrailingStyle = new GrapeCity.Win.Spread.InputMan.CellType.SubStyle(Color.LightSalmon, Color.Navy);
fpSpread1.Sheets[0].Cells[1, 1].CellType = gcDateTimeCell1;
Dim gcDateTimeCell1 As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
gcDateTimeCell1.DropDownCalendar.TrailingStyle = New GrapeCity.Win.Spread.InputMan.CellType.SubStyle(Color.LightSalmon, Color.Navy)
fpSpread1.Sheets(0).Cells(1, 1).CellType = gcDateTimeCell1
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© MESCIUS inc. All rights reserved.