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

XlCondFmtValueObject.GreaterThanOrEqual Property

Gets or sets a value indicating whether the “greater than or equal to” comparison operator is used by the threshold value of the icon set conditional formatting rule to determine to which cells the icon should be applied.

Namespace: DevExpress.Export.Xl

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

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

Declaration

public bool GreaterThanOrEqual { get; set; }

Property Value

Type Description
Boolean

true, to use the “greater than or equal to” comparison operator with the current threshold value; otherwise, false. If false, the “greater than” comparison operator is used.

See Also