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

XlCondFmtRuleCellIs.SecondValue Property

Gets or sets the second 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 SecondValue { get; set; }

Property Value

Type Description
XlValueObject

A DevExpress.Export.Xl.XlValueObject object that is the second value.

Remarks

Use this property to set the second threshold value to the conditional formatting rules of the XlCondFmtOperator.Between or XlCondFmtOperator.NotBetween type.

See Also