ConditionalFormattingSpecialCondition Enum
In This Article
Lists values that specify the type of the conditional format operator in a conditional formatting rule.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Members
Name | Description |
---|---|
Contain
|
Formats cells that contain formula errors. |
Not
|
Formats cells that do not contain formula errors. |
Contain
|
Formats blank cells. |
Contain
|
Formats nonempty cells. |
Contain
|
Formats cells that contain unique values. |
Contain
|
Formats cells that contain duplicate values. |
#Related API Members
The following properties accept/return ConditionalFormattingSpecialCondition values:
#Remarks
The values listed by this enumeration are used by the SpecialConditionalFormatting.Condition property.
See Also