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

XlConditionalFormatting.Rules Property

Provides access to the collection of conditional formatting rules contained in the current instance.

Namespace: DevExpress.Export.Xl

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

Declaration

public IList<XlCondFmtRule> Rules { get; }

Property Value

Type Description
IList<XlCondFmtRule>

A IList<T><XlCondFmtRule,> object representing the rules collection.

See Also