Back to Devexpress

ConditionalFormattingCollection Interface

officefileapi-devexpress-dot-spreadsheet-3eab7622.md

latest1.5 KB
Original Source

ConditionalFormattingCollection Interface

A collection of all conditional formatting rules on a worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface ConditionalFormattingCollection :
    IEnumerable<ConditionalFormatting>,
    IEnumerable
vb
Public Interface ConditionalFormattingCollection
    Inherits IEnumerable(Of ConditionalFormatting),
             IEnumerable

The following members return ConditionalFormattingCollection objects:

Remarks

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

See Also

ConditionalFormattingCollection Members

DevExpress.Spreadsheet Namespace