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

XlCondFmtRuleCellIs.Value Property

Gets or sets the threshold value 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 XlValueObject Value { get; set; }

Property Value

Type Description
XlValueObject

A DevExpress.Export.Xl.XlValueObject object representing the threshold value.

See Also