SpreadJS Documentation
GC.Spread.Sheets.CellTypes Namespace / ComboBox class / ComboBox Constructor
In This Topic
    ComboBox Constructor
    In This Topic
    Represents an editable combo box cell.
    Syntax
    var instance = new GC.Spread.Sheets.CellTypes.ComboBox();
    function ComboBox() : ComboBox;
    Example
    This example creates a combo cell.
    var cellType2 = new GC.Spread.Sheets.CellTypes.ComboBox(); 
    cellType2.items(["a","b","c"]); 
    activeSheet.getCell(2, 2).cellType(cellType2);
    See Also

    Reference

    ComboBox class