SpreadJS Documentation
RelationCondition type
Represents a relation condition with a specified relation type.
Syntax
var instance = new GcSpread.Sheets.RelationCondition(compareType, item1, item2);
function RelationCondition;
Inheritance Hierarchy

Object
   GcSpread.Sheets.RelationCondition

Constructors
 NameDescription
public ConstructorRelationCondition ConstructorRepresents a relation condition with a specified relation type.  
Top
Fields
 NameDescription
public FieldcompareTypeGets the relation type for the first and second conditions.  
public FieldignoreBlankA value that indicates whether to ignore the blank condition.  
public Fielditem1The first condition.  
public Fielditem2The second condition.  
Top
Methods
 NameDescription
public MethodcreateCreates a RelationCondition object.  
public MethodevaluateEvaluates the condition using the specified evaluator.  
public MethodresetResets this instance.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.