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

ConditionalFormattingRangeCondition Enum

Lists values that specify the type of the conditional format operator in a conditional formatting rule.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum ConditionalFormattingRangeCondition

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