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

XlCondFmtRuleExpression(XlExpression) Constructor

Initializes a new instance of the XlCondFmtRuleExpression class with the specified settings.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public XlCondFmtRuleExpression(
    XlExpression expression
)

Parameters

Name Type Description
expression XlExpression

An XlExpression object representing the expression used in the conditional formatting rule.

See Also