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

XlCondFmtRuleExpression.Formula Property

Gets the formula used in the conditional formatting rule.

Namespace: DevExpress.Export.Xl

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

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

Declaration

public string Formula { get; }

Property Value

Type Description
String

A String that is the target formula.

See Also