ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExcelDataValidationComparisonOperator - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ExcelDataValidationComparisonOperator

    Specifies the comparison operators for data validation.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum ExcelDataValidationComparisonOperator

    Fields

    Name Description
    Between

    Between.

    Equal

    Equal.

    Greater

    Greater than.

    GreaterOrEqual

    Greater than or equal to.

    Less

    Less than.

    LessOrEqual

    Less than or equal to.

    NotBetween

    Not between.

    NotEqual

    NotEqual.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved