SpreadJS Documentation
FormulaCondition type
Represents a custom condition with a specified formula or expression.
Syntax
var instance = new GcSpread.Sheets.FormulaCondition(customValueType, formula);
function FormulaCondition;
Inheritance Hierarchy

Object
   GcSpread.Sheets.FormulaCondition

Constructors
 NameDescription
public ConstructorFormulaCondition ConstructorRepresents a custom condition with a specified formula or expression.  
Top
Fields
 NameDescription
public FieldcustomValueTypeGets or sets the type of the custom value.  
public FieldformulaThe expected formula.  
public FieldignoreBlankGets or sets a 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.