Member | Description |
---|---|
index | Writes the index of the selected item to the model. |
text | Writes the text value of the selected item to the model. |
value | Writes the corresponding data value of the selected item to the model. |
Member | Description |
---|---|
index | Writes the index of the selected item to the model. |
text | Writes the text value of the selected item to the model. |
value | Writes the corresponding data value of the selected item to the model. |
var cellType2 = new GC.Spread.Sheets.CellTypes.ComboBox(); cellType2.items(["a","b","c"]); cellType2.editorValueType(GC.Spread.Sheets.CellTypes.EditorValueType.text); activeSheet.getCell(2, 2).cellType(cellType2);
Object
GC.Spread.Sheets.CellTypes.EditorValueType