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


In This Topic
    SingleConditionType Enumeration
    In This Topic
    Contains the available types of DataValidationSingleCondition.
    Syntax
    'Declaration
     
    
    Public Enum SingleConditionType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SingleConditionType
    public enum SingleConditionType : System.Enum 
    Members
    MemberDescription
    EqualThe data must be equal to the given value in order to be validated.
    GreaterThanThe data must be greater than the given value in order to be validated.
    GreaterThanOrEqualThe data must be greater than the given value or equal to it in order to be validated.
    LessThanThe data must be less than the given value in order to be validated.
    LessThanOrEqualThe data must be less than the given value or equal to it in order to be validated.
    NotEqualThe data must not correspond to the given value in order to be validated.
    Inheritance Hierarchy

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

    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