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