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

カレンダーのヘッダの高さを取得または設定します。
構文
'宣言
 
Public Property HeaderHeight As Integer
public int HeaderHeight {get; set;}

プロパティ値

ヘッダの高さを示すSystem.Int32値。
既定値は0です。
解説
値ゼロは、ヘッダの高さが自動的に計算されることを意味します。
使用例
次のサンプルコードは、HeaderHeightプロパティを設定します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType inputcell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
inputcell.DropDownCalendar.HeaderFormat = "MM yy";
inputcell.DropDownCalendar.UseHeaderFormat = true;
inputcell.DropDownCalendar.HeaderHeight = 40;
fpSpread1.Sheets[0].Cells[0, 0].CellType = inputcell;
Dim inputcell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
inputcell.DropDownCalendar.HeaderFormat = "MM yy"
inputcell.DropDownCalendar.UseHeaderFormat = True
inputcell.DropDownCalendar.HeaderHeight = 40
fpSpread1.Sheets(0).Cells(0, 0).CellType = inputcell
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© MESCIUS inc. All rights reserved.