Priority Property (IAboveAverage)
Gets or sets the priority value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet.
'Declaration
Property Priority As Integer
'Usage
Dim instance As IAboveAverage
Dim value As Integer
instance.Priority = value
value = instance.Priority
Property Value
The priority value of the conditional formatting rule.