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

週番号を表示するかどうかを示す値を取得または設定します。
構文
'宣言
 
Public Property ShowWeekNumber As Boolean
public bool ShowWeekNumber {get; set;}

プロパティ値

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

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© MESCIUS inc. All rights reserved.