SpreadJS Documentation
createCondition Method
Creates a condition for the rule.
Syntax
var instance = new GcSpread.Sheets.ScaleRule(scaleValue1, scaleValue2, scaleValue3);
var value; // Type: object
value = instance.createCondition();
function createCondition() : object;

Return Value

The condition for the rule.
See Also

Reference

ScaleRule type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.