Back to Devexpress

ConditionalFormattingRangeCondition Enum

officefileapi-devexpress-dot-spreadsheet-2b57755f.md

latest1.5 KB
Original Source

ConditionalFormattingRangeCondition Enum

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ConditionalFormattingRangeCondition
vb
Public Enum ConditionalFormattingRangeCondition

Members

NameDescription
Inside

Formats cells that are between two specified values.

| | Outside |

Formats cells that are not between two specified values.

|

The following properties accept/return ConditionalFormattingRangeCondition values:

Remarks

The values listed by this enumeration are used by the RangeConditionalFormatting.Condition property.

See Also

DevExpress.Spreadsheet Namespace