var instance = new GC.Spread.Sheets.CellTypes.ComboBox();
function ComboBox;
var instance = new GC.Spread.Sheets.CellTypes.ComboBox();
function ComboBox;
var cellType2 = new GC.Spread.Sheets.CellTypes.ComboBox(); cellType2.items(["a","b","c"]); activeSheet.getCell(2, 2).cellType(cellType2);
Object
GC.Spread.Sheets.CellTypes.ComboBox
Name | Description | |
---|---|---|
![]() | ComboBox Constructor | Represents an editable combo box cell. |
Name | Description | |
---|---|---|
![]() | editable | Gets or sets whether the combo box is editable. |
![]() | editorValueType | Gets or sets the value that is written to the underlying data model. |
![]() | itemHeight | Gets or sets the height of each item. |
![]() | items | Gets or sets the items for the drop-down list in the combo box. |
![]() | maxDropDownItems | Gets or sets the maximum item count of the drop-down list per page. |