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