MESCIUS SPREAD for Windows Forms 17.0J
DropDownType プロパティ (DateTimeDropDown)

ドロップダウンのタイプを取得または設定します。
構文
'Declaration
 
Public Property DropDownType As DateDropDownType
public DateDropDownType DropDownType {get; set;}

プロパティ値

ドロップダウンのタイプを示すDateDropDownType値の1つ。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType inputcell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
inputcell.DropDown.DropDownType = GrapeCity.Win.Spread.InputMan.CellType.DateDropDownType.Picker;
fpSpread1.Sheets[0].Cells[1, 1].CellType = inputcell;
Dim inputcell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
inputcell.DropDown.DropDownType = GrapeCity.Win.Spread.InputMan.CellType.DateDropDownType.Picker
fpSpread1.Sheets(0).Cells(1, 1).CellType = inputcell
参照

DateTimeDropDown クラス
DateTimeDropDown メンバ

 

 


© MESCIUS inc. All rights reserved.