Skip to main content

XlCondFmtRuleCellIs.Value Property

Gets or sets the threshold value in the conditional formatting rule.

Namespace: DevExpress.Export.Xl

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

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