ConditionalFormattingRangeCondition Enum
Lists values that specify the type of the conditional format operator in a conditional formatting rule.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
Inside
|
Formats cells that are between two specified values. |
Outside
|
Formats cells that are not between two specified values. |
Related API Members
The following properties accept/return ConditionalFormattingRangeCondition values:
Remarks
The values listed by this enumeration are used by the RangeConditionalFormatting.Condition property.
See Also