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


ヘッダを表示するかどうかを示す値を取得または設定します。
構文
'Declaration
 
Public Property ShowHeader As Boolean
'使用法
 
Dim instance As DropDownCalendar
Dim value As Boolean
 
instance.ShowHeader = value
 
value = instance.ShowHeader
public bool ShowHeader {get; set;}

プロパティ値

ヘッダを表示するかどうかを示す bool 値。既定値は true です。
次のサンプルコードは、ShowHeaderプロパティを設定します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType gcDateTimeCell1 = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
gcDateTimeCell1.DropDownCalendar.ShowHeader = true;
fpSpread1.Sheets[0].Cells[1, 1].CellType = gcDateTimeCell1;
Dim gcDateTimeCell1 As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
gcDateTimeCell1.DropDownCalendar.ShowHeader = True
FpSpread1.Sheets(0).Cells(1, 1).CellType = gcDateTimeCell1
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


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