SpreadJS Documentation
getExpected Method
GC.Spread.Sheets.ConditionalFormatting Namespace > ConditionRuleBase type : getExpected Method
Gets the style of the base rule.
Syntax
var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase(ruleType, style, ranges);
var value; // Type: Style
value = instance.getExpected();
function getExpected() : Style;
See Also

Reference

ConditionRuleBase type