Skip to main content

XlCondFmtRuleExpression(String) Constructor

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCondFmtRuleExpression(
    string formula
)

Parameters

Name Type Description
formula String

A string value representing the formula used in the current formatting rule.

See Also