Spread.Sheets Documentation
ComboBox Constructor
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.