Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.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