Spread.Sheets Documentation
comparisonOperator Method
The comparison operator.
Gets or sets the comparison operator.
Syntax
var instance = new GC.Spread.Sheets.DataValidation.DefaultDataValidator(condition);
var returnValue; // Type: any
returnValue = instance.comparisonOperator(value);
function comparisonOperator( 
   value : ComparisonOperators
) : any;

Parameters

value
The comparison operator.

Return Value

If no value is set, returns the comparison operator; otherwise, returns the data validator.
See Also

Reference

DefaultDataValidator type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.