SpreadJS Documentation
CellValueCondition type
Represents a cell value condition with a specified compare type, expected value, and formula.
Syntax
var instance = new GcSpread.Sheets.CellValueCondition(compareType, expected, formula);
function CellValueCondition;
Inheritance Hierarchy

Object
   GcSpread.Sheets.CellValueCondition

Constructors
 NameDescription
public ConstructorCellValueCondition ConstructorRepresents a cell value condition with a specified compare type, expected value, and formula.  
Top
Fields
 NameDescription
public FieldcompareTypeIndicates the type of comparison.  
public FieldexpectedIndicates the expected value.  
public FieldformulaIndicates the formula that specifies a cell.  
public FieldtreatNullValueAsZeroIndicates whether to treat the null value in a cell as zero.  
Top
Methods
 NameDescription
public MethodevaluateEvaluates the condition using the specified evaluator.  
public MethodgetExpectedGets the expected value.  
public MethodisSatisfyingConditionDetermines whether the specified value meets the condition.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.