GcSpread.Sheets Namespace > ComboBoxCellType class : ComboBoxCellType Constructor |
var instance = new GcSpread.Sheets.ComboBoxCellType();
function ComboBoxCellType() : ComboBoxCellType;
var cellType2 = new GcSpread.Sheets.ComboBoxCellType(); cellType2.items(["a","b","c"]); activeSheet.getCell(2, 2).cellType(cellType2); activeSheet.allowEditorReservedLocations(false);