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.v19.1.Core.dll

Declaration

public XlValueObject Value { get; set; }

Property Value

Type Description
DevExpress.Export.Xl.XlValueObject

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

See Also