Skip to main content
A newer version of this page is available. .

XlCondFmtRuleTop10.Rank Property

Gets or sets the rank value used in the conditional formatting rule.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public int Rank { get; set; }

Property Value

Type Description
Int32

A Int32 object representing the rank value.

See Also