SpreadJS Documentation
NumberCondition type
Represents a number condition of the specified type with the specified expected value.
Syntax
var instance = new GcSpread.Sheets.NumberCondition(compareType, expected, formula);
function NumberCondition;
Inheritance Hierarchy

Object
   GcSpread.Sheets.NumberCondition

Constructors
 NameDescription
public ConstructorNumberCondition ConstructorRepresents a number condition of the specified type with the specified expected value.  
Top
Fields
 NameDescription
public FieldcompareTypeThe type of the comparison.  
public FieldexpectedThe expected number.  
public FieldformulaThe expected formula.  
public FieldignoreBlankA value that indicates whether to ignore the null value.  
Top
Methods
 NameDescription
public MethodevaluateEvaluates the condition using the specified evaluator.  
public MethodgetExpectedGets the expected value.  
public MethodresetResets this instance.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.