var instance = new GC.Spread.Sheets.CellTypes.CheckBoxList();
function CheckBoxList() : CheckBoxList;
var instance = new GC.Spread.Sheets.CellTypes.CheckBoxList();
function CheckBoxList() : CheckBoxList;
//This example creates a CheckBoxList cell. 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);