var instance = new GC.Spread.Sheets.DataValidation.DefaultDataValidator(condition); var returnValue; // Type: any returnValue = instance.inputMessage(value);
function inputMessage( value : string ) : any;
Parameters
- value
- The input message.
Return Value
If no value is set, returns the input message; otherwise, returns the data validator.