SpreadJS Documentation
TextCondition type
Represents a text condition with the specified text comparison type based on the specified cell.
Syntax
var instance = new GcSpread.Sheets.TextCondition(compareType, expected, formula);
function TextCondition;
Inheritance Hierarchy

Object
   GcSpread.Sheets.TextCondition

Constructors
 NameDescription
public ConstructorTextCondition ConstructorRepresents a text condition with the specified text comparison type based on the specified cell.  
Top
Fields
 NameDescription
public FieldcompareTypeGets the type of comparison to perform.  
public FieldexpectedThe expected text.  
public FieldformulaThe expected formula.  
public FieldignoreBlankSpecifies whether to ignore the blank cell.  
public FieldignoreCaseGets or sets whether to ignore case when performing the comparison.  
public FielduseWildCardsGets or sets whether to compare strings using wildcards.  
Top
Methods
 NameDescription
public MethodevaluateEvaluates the condition using the specified evaluator.  
public MethodgetExpectedGets the expected value.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.