Skip to main content
Row

ConditionalFormatting Interface

A conditional format applied to a range of cells.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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