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


今日の日付のスタイルを取得または設定します。
構文
'Declaration
 
Public Property LegendStyle As Style
'使用法
 
Dim instance As DropDownCalendar
Dim value As Style
 
instance.LegendStyle = value
 
value = instance.LegendStyle
public Style LegendStyle {get; set;}

プロパティ値

今日の日付のStyle
解説
このプロパティは、このDropDownCalendarの今日の日付領域の表示スタイルを決定します。
次のサンプルコードは、LegendStyleプロパティを設定します。
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 メンバ

 

 


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