XlCondFmtRuleCellIs.SecondValue Property
Gets or sets the second threshold value in the conditional formatting rule.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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