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

XlCondFmtRuleWithFormatting.Formatting Property

Provides access to a set of formatting properties applied to cells when the status of the conditional formatting rule is true.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public XlDifferentialFormatting Formatting { get; set; }

Property Value

Type Description
DevExpress.Export.Xl.XlDifferentialFormatting

A DevExpress.Export.Xl.XlDifferentialFormatting object representing the available formatting properties.

See Also