API Reference

Enum

LegacyXlsConditionalFormattingOperator

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies a legacy conditional formatting comparison operator.

Inheritance

  • Enum
  • LegacyXlsConditionalFormattingOperator

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const LegacyXlsConditionalFormattingOperator Between #

Between two bounds.

Value: 0
public const LegacyXlsConditionalFormattingOperator NotBetween #

Not between two bounds.

Value: 1
public const LegacyXlsConditionalFormattingOperator Equal #

Equal to a value.

Value: 2
public const LegacyXlsConditionalFormattingOperator NotEqual #

Not equal to a value.

Value: 3
public const LegacyXlsConditionalFormattingOperator GreaterThan #

Greater than a value.

Value: 4
public const LegacyXlsConditionalFormattingOperator LessThan #

Less than a value.

Value: 5
public const LegacyXlsConditionalFormattingOperator GreaterThanOrEqual #

Greater than or equal to a value.

Value: 6
public const LegacyXlsConditionalFormattingOperator LessThanOrEqual #

Less than or equal to a value.

Value: 7