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

ConditionalFormatting Interface

A conditional format applied to a range of cells.

Namespace: DevExpress.Spreadsheet

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

Declaration

public interface ConditionalFormatting

The following members return ConditionalFormatting objects:

Remarks

An object exposing the ConditionalFormatting interface can be accessed as an item of the collection obtained via the Worksheet.ConditionalFormattings property.

See Also