Spread.Sheets Documentation
errorTitle Method
The error title.
Gets or sets the error title.
Syntax
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.
See Also

Reference

DefaultDataValidator type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.