Spread.Sheets Documentation
isScaleRule Method
Specifies whether this rule is a scale rule.
Syntax
var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase(ruleType, style, ranges);
var value; // Type: boolean
value = instance.isScaleRule();
function isScaleRule() : boolean;

Return Value

true if this rule is a scale rule; otherwise, false.
See Also

Reference

ConditionRuleBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.