XlCondFmtRuleSpecificText(XlCondFmtSpecificTextType, String) Constructor
Initializes a new instance of the XlCondFmtRuleSpecificText class with the specified settings.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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