GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    DataValidationOperator Enum

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    The relational operator used in data validation.

    • C#
    • VB.NET
    public enum DataValidationOperator
    Public Enum DataValidationOperator

    Fields

    Between

    Data validation which checks if a value is between two other values.

    Equal

    Data validation which checks if a value is equal to a specified value.

    GreaterThan

    Data validation which checks if a value is greater than a specified value.

    GreaterThanOrEqual

    Data validation which checks if a value is greater than or equal to a specified value.

    LessThan

    Data validation which checks if a value is less than a specified value.

    LessThanOrEqual

    Data validation which checks if a value is less than or equal to a specified value.

    NotBetween

    Data validation which checks if a value is not between two other values.

    NotEqual

    Data validation which checks if a value is not equal to a specified value.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.