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