GrapeCity SPREAD for Windows Forms 11.0J
TrailingStyle プロパティ (DropDownCalendar)


隣接日のスタイルを取得または設定します。
構文
'Declaration
 
Public Property TrailingStyle As SubStyle
'使用法
 
Dim instance As DropDownCalendar
Dim value As SubStyle
 
instance.TrailingStyle = value
 
value = instance.TrailingStyle
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 メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.