var instance = new GC.Spread.Sheets.CellTypes.CheckBoxList();
function CheckBoxList() : CheckBoxList;
var instance = new GC.Spread.Sheets.CellTypes.CheckBoxList();
function CheckBoxList() : CheckBoxList;
//次のサンプルコードは、チェックボックスリスト型セルを作成します。 var cellType2 = new GC.Spread.Sheets.CellTypes.CheckBoxList(); cellType2.items([{text:"a",value:1},{text:"b",value:2},{text:"c",value:3}]); activeSheet.getCell(2, 2).cellType(cellType2);