Spread Silverlight Documentation
Priority Property (IExcelConditionalFormatRule)


GrapeCity.Excel Namespace > IExcelConditionalFormatRule Interface : Priority Property
The priority of the conditional formatting rule. The value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values. where '1' is the highest priority.
Syntax
'Declaration
 
Property Priority As System.Integer
'Usage
 
Dim instance As IExcelConditionalFormatRule
Dim value As System.Integer
 
instance.Priority = value
 
value = instance.Priority
System.int Priority {get; set;}

Property Value

The priority of the rule
See Also

Reference

IExcelConditionalFormatRule Interface
IExcelConditionalFormatRule Members