API Reference

Enum

ExcelConditionalFormattingOperator

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

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.

Inheritance

  • Enum
  • ExcelConditionalFormattingOperator

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 ExcelConditionalFormattingOperator LessThan #

Represents the Open XML value lessThan.

Value: 0
public const ExcelConditionalFormattingOperator LessThanOrEqual #

Represents the Open XML value lessThanOrEqual.

Value: 1
public const ExcelConditionalFormattingOperator Equal #

Represents the Open XML value equal.

Value: 2
public const ExcelConditionalFormattingOperator NotEqual #

Represents the Open XML value notEqual.

Value: 3
public const ExcelConditionalFormattingOperator GreaterThanOrEqual #

Represents the Open XML value greaterThanOrEqual.

Value: 4
public const ExcelConditionalFormattingOperator GreaterThan #

Represents the Open XML value greaterThan.

Value: 5
public const ExcelConditionalFormattingOperator Between #

Represents the Open XML value between.

Value: 6
public const ExcelConditionalFormattingOperator NotBetween #

Represents the Open XML value notBetween.

Value: 7
public const ExcelConditionalFormattingOperator ContainsText #

Represents the Open XML value containsText.

Value: 8
public const ExcelConditionalFormattingOperator NotContains #

Represents the Open XML value notContains.

Value: 9
public const ExcelConditionalFormattingOperator BeginsWith #

Represents the Open XML value beginsWith.

Value: 10
public const ExcelConditionalFormattingOperator EndsWith #

Represents the Open XML value endsWith.

Value: 11