SpreadJS Documentation
priority Method
Gets the priority of this conditional formatting rule.
Syntax
var instance = new GcSpread.Sheets.ConditionRuleBase(style);
var value; // Type: number
value = instance.priority();
function priority() : number;

Return Value

The priority of this conditional formatting rule.
Remarks

The value returned is used to determine which format should be evaluated and rendered. Lower numeric values have a higher priority than higher numeric values. The highest priority is 1.

See Also

Reference

ConditionRuleBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.