Skip to main content
Row

ConditionalFormattingCollection Interface

A collection of all conditional formatting rules on a worksheet.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface ConditionalFormattingCollection :
    IEnumerable<ConditionalFormatting>,
    IEnumerable

The following members return ConditionalFormattingCollection objects:

Remarks

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

See Also