GrapeCity SPREAD for Windows Forms 11.0J
GcComboBoxCellType コンストラクタ()


GcComboBoxCellTypeクラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New()
'使用法
 
Dim instance As New GcComboBoxCellType()
public GcComboBoxCellType()
次のサンプルコードは、GcComboBoxセルを作成します。
GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType gccombo = new GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType();
gccombo.Items.Add("Gouda");
gccombo.Items.Add("Swiss");
gccombo.Items.Add("Brie");
fpSpread1.Sheets[0].Cells[0, 0].CellType = gccombo;
Dim gccombo As New GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType()
gccombo.Items.Add("Gouda")
gccombo.Items.Add("Swiss")
gccombo.Items.Add("Brie")
FpSpread1.Sheets(0).Cells(0, 0).CellType = gccombo
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ
オーバーロード一覧

 

 


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