SpreadJS Documentation
TextLengthCondition type
Represents a text length condition with the specified comparison type, expected number, and formula.
Syntax
var instance = new GcSpread.Sheets.TextLengthCondition(compareType, expected, formula);
function TextLengthCondition;
Inheritance Hierarchy

Object
   GcSpread.Sheets.TextLengthCondition

Constructors
 NameDescription
public ConstructorTextLengthCondition ConstructorRepresents a text length condition with the specified comparison type, expected number, and formula.  
Top
Fields
 NameDescription
public FieldcompareTypeThe number comparison type.  
public FieldexpectedThe expected number.  
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.