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

ConditionalFormattingCollection Interface

A collection of all conditional formatting rules on a worksheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

public interface ConditionalFormattingCollection

The following members return ConditionalFormattingCollection objects:

Remarks

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

See Also