Skip to main content

XlConditionalFormatting.Rules Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public IList<XlCondFmtRule> Rules { get; }

Property Value

Type Description
IList<XlCondFmtRule>

A IList<XlCondFmtRule> object representing the rules collection.

See Also