var instance = new GC.Spread.Sheets.CellTypes.ComboBox(); var returnValue; // Type: any returnValue = instance.editable(value);
function editable( value : boolean ) : any;
Parameters
- value
- Whether the combo box is editable.
Return Value
If no value is set, returns whether the combo box is editable; otherwise, returns the combo box cellType.