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

曜日タイトルのスタイルを取得または設定します。
構文
'宣言
 
Public Property TitleStyle As Style
public Style TitleStyle {get; set;}

プロパティ値

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

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© MESCIUS inc. All rights reserved.