ConditionalFormatting Interface
In This Article
A conditional format applied to a range of cells.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Related API Members
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