Back to Devexpress

XlCondFmtRuleWithFormatting Class

corelibraries-devexpress-dot-export-dot-xl-f8f2c131.md

latest2.0 KB
Original Source

XlCondFmtRuleWithFormatting Class

Provides formatting settings for the conditional formatting rules.

Namespace : DevExpress.Export.Xl

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public abstract class XlCondFmtRuleWithFormatting :
    XlCondFmtRule
vb
Public MustInherit Class XlCondFmtRuleWithFormatting
    Inherits XlCondFmtRule

Remarks

The XlCondFmtRuleWithFormatting provides the formatting settings which are applied to cells when the condition of the conditional formatting rule is true.

Inheritance

Show 12 items

Object XlCondFmtRule XlCondFmtRuleWithFormatting XlCondFmtRuleAboveAverage

XlCondFmtRuleBlanks

XlCondFmtRuleCellIs

XlCondFmtRuleDuplicates

XlCondFmtRuleExpression

XlCondFmtRuleSpecificText

XlCondFmtRuleTimePeriod

XlCondFmtRuleTop10

XlCondFmtRuleUnique

See Also

XlCondFmtRuleWithFormatting Members

DevExpress.Export.Xl Namespace