Spread Silverlight Documentation
Priority Property (FormattingRuleBase)


GrapeCity.Windows.SpreadSheet.Data Namespace > FormattingRuleBase Class : Priority Property
Gets the priority of this conditional formatting rule. The value 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.
Syntax
'Declaration
 
Public ReadOnly Property Priority As System.Integer
'Usage
 
Dim instance As FormattingRuleBase
Dim value As System.Integer
 
value = instance.Priority
public System.int Priority {get;}
See Also

Reference

FormattingRuleBase Class
FormattingRuleBase Members