Spread Windows Forms 12.0 Product Documentation
Priority Property (IFormatCondition)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFormatCondition Interface : Priority Property
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.
Syntax
'Declaration
 
Property Priority As Integer
'Usage
 
Dim instance As IFormatCondition
Dim value As Integer
 
instance.Priority = value
 
value = instance.Priority
int Priority {get; set;}

Property Value

The priority value of the conditional formatting rule.
See Also

Reference

IFormatCondition Interface
IFormatCondition Members