API Reference

Enum

LegacyXlsDataValidationOperator

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

Identifies a legacy data validation comparison operator.

Inheritance

  • Enum
  • LegacyXlsDataValidationOperator

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

Between two bounds.

Value: 0
public const LegacyXlsDataValidationOperator NotBetween #

Not between two bounds.

Value: 1
public const LegacyXlsDataValidationOperator Equal #

Equal to a value.

Value: 2
public const LegacyXlsDataValidationOperator NotEqual #

Not equal to a value.

Value: 3
public const LegacyXlsDataValidationOperator GreaterThan #

Greater than a value.

Value: 4
public const LegacyXlsDataValidationOperator LessThan #

Less than a value.

Value: 5
public const LegacyXlsDataValidationOperator GreaterThanOrEqual #

Greater than or equal to a value.

Value: 6
public const LegacyXlsDataValidationOperator LessThanOrEqual #

Less than or equal to a value.

Value: 7