Spread.Sheets
ComboBox クラス
GC.Spread.Sheets.CellTypes 名前空間 : ComboBox クラス
編集可能なコンボボックス型セルを表します。
シンタックス
var instance = new GC.Spread.Sheets.CellTypes.ComboBox();
function ComboBox;
使用例
次のサンプルコードは、コンボボックス型セルを作成します。
// 次のサンプルコードは、コンボボックス型セルを作成します。 var cellType2 = new GC.Spread.Sheets.CellTypes.ComboBox(); cellType2.items(["a","b","c"]); activeSheet.getCell(2, 2).cellType(cellType2);
var cellType2 = new GC.Spread.Sheets.CellTypes.ComboBox();
cellType2.items(["a","b","c"]);
activeSheet.getCell(2, 2).cellType(cellType2);
継承階層

Object
   GC.Spread.Sheets.CellTypes.Base
      GC.Spread.Sheets.CellTypes.ComboBox

コンストラクタ
 名前解説
public コンストラクタ編集可能なコンボボックス型セルを表します。  
トップ
フィールド
 名前解説
public フィールド GC.Spread.Sheets.CellTypes.Baseから継承されます。
トップ
メソッド
 名前解説
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッドコンボボックスが編集可能かどうかを取得または設定します。  
public メソッド基になるデータモデルに書き込まれる値を取得または設定します。  
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド各項目の高さを取得または設定します。  
public メソッドコンボボックスのドロップダウンリストの項目を取得または設定します。  
public メソッドドロップダウンリストのページあたりの最大項目数を取得または設定します。  
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
トップ
関連トピック

参照

GC.Spread.Sheets.CellTypes 名前空間
コンボボックス型セルの設定