var instance = new GC.Spread.Sheets.DataValidation.DefaultDataValidator(condition); var returnValue; // Type: any returnValue = instance.inCellDropdown(value);
function inCellDropdown( value : boolean ) : any;
Parameters
- value
- Indicates whether to display a drop-down button.
Return Value
If no value is set, returns whether to display a drop-down button; otherwise, returns the data validator.