Skip to main content

XlCondFmtRuleSpecificText(XlCondFmtSpecificTextType, String) Constructor

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCondFmtRuleSpecificText(
    XlCondFmtSpecificTextType ruleType,
    string text
)

Parameters

Name Type Description
ruleType XlCondFmtSpecificTextType

One of the XlCondFmtSpecificTextType enumeration values representing the type of the operator used in the current formatting rule.

text String

A String value that is the value to determine.

See Also