Spread.Sheets Documentation
createCondition Method
GC.Spread.Sheets.ConditionalFormatting Namespace > NormalConditionRule class : 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