API Reference

Enum

ExcelDataValidationOperator

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

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

Inheritance

  • Enum
  • ExcelDataValidationOperator

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 ExcelDataValidationOperator Between #

Represents the Open XML value between.

Value: 0
public const ExcelDataValidationOperator NotBetween #

Represents the Open XML value notBetween.

Value: 1
public const ExcelDataValidationOperator Equal #

Represents the Open XML value equal.

Value: 2
public const ExcelDataValidationOperator NotEqual #

Represents the Open XML value notEqual.

Value: 3
public const ExcelDataValidationOperator LessThan #

Represents the Open XML value lessThan.

Value: 4
public const ExcelDataValidationOperator LessThanOrEqual #

Represents the Open XML value lessThanOrEqual.

Value: 5
public const ExcelDataValidationOperator GreaterThan #

Represents the Open XML value greaterThan.

Value: 6
public const ExcelDataValidationOperator GreaterThanOrEqual #

Represents the Open XML value greaterThanOrEqual.

Value: 7