Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ConditionalFormattingCollection Interface

A collection of all conditional formatting rules on a worksheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

public interface ConditionalFormattingCollection :
    IEnumerable<ConditionalFormatting>,
    IEnumerable

Remarks

Use the Worksheet.ConditionalFormattings property to access the ConditionalFormattingCollection instance.

See Also