XlCondFmtRule.Priority Property
Specifies the priority of the conditional formatting rule.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | A positive integer that is the precedence of the conditional formatting rule. |
Remarks
Use this property to determine the evaluation order if there are multiple conditional formatting rules applied to the worksheet.
By default, the new rule is always added to the beginning of the collection of the conditional formatting rules and thus has the highest (1) precedence.
See Also