Skip to main content

XlCondFmtRule.Priority Property

Specifies the priority of the conditional formatting rule.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public int Priority { get; set; }

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