Skip to main content

XlCondFmtRuleSpecificText.Text Property

Gets or sets the text used as a formatting criterion in the conditional formatting rule.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A String that is the target text.

See Also