GcSpread.Sheets Namespace : RelationCondition type |
var instance = new GcSpread.Sheets.RelationCondition(compareType, item1, item2);
function RelationCondition;
Object
GcSpread.Sheets.RelationCondition
Name | Description | |
---|---|---|
RelationCondition Constructor | Represents a relation condition with a specified relation type. |
Name | Description | |
---|---|---|
compareType | Gets the relation type for the first and second conditions. | |
ignoreBlank | A value that indicates whether to ignore the blank condition. | |
item1 | The first condition. | |
item2 | The second condition. |
Name | Description | |
---|---|---|
create | Creates a RelationCondition object. | |
evaluate | Evaluates the condition using the specified evaluator. | |
reset | Resets this instance. |