Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / DataComparisonType Enumeration


In This Topic
    DataComparisonType Enumeration
    In This Topic
    Determines the type of comparison that the DataValidation process will use.
    Syntax
    'Declaration
     
    
    Public Enum DataComparisonType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DataComparisonType
    public enum DataComparisonType : System.Enum 
    Members
    MemberDescription
    BetweenTo be valid, the data entered by the user must be between the MinValueMaxValue.
    EqualTo be valid, the data entered by the user must be equal to the Value.
    GreaterThanTo be valid, the data entered by the user must be greater than the Value.
    GreaterThanOrEqualTo be valid, the data entered by the user must be greater than or equal to the Value.
    LessThanTo be valid, the data entered by the user must be less than the Value.
    LessThanOrEqualTo be valid, the data entered by the user must be less than or equal to the Value.
    NotBetweenTo be valid, the data entered by the user must not be between the MinValue & the MaxValue.
    NotEqualTo be valid, the data entered by the user must not be the same as the Value
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Workbooks.NET.DataComparisonType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also