Spread.Sheets Documentation
createCondition Method
Creates a condition for the rule.
Syntax
var instance = new GC.Spread.Sheets.ConditionalFormatting.NormalConditionRule(ruleType, ranges, style, operator, value1, value2, text, formula, type, rank);
var value; // Type: Condition
value = instance.createCondition();
function createCondition() : Condition;

Return Value

The condition.
See Also

Reference

NormalConditionRule class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.