SpreadsheetGear 2010
ValidationOperator Enumeration
See Also  Send Feedback
SpreadsheetGear Namespace : ValidationOperator Enumeration

Represents the operator to be used with data validation types which require an operator.

Syntax

Visual Basic (Declaration) 
Public Enum ValidationOperator 
   Inherits System.Enum
C# 
public enum ValidationOperator : System.Enum 

Members

MemberDescription
BetweenSpecifies that the entered value must be between the values specified by Formula1 and Formula2.
DefaultSpecifies the default operator (Between).
EqualSpecifies that the entered value must be equal to the value specified by Formula1.
GreaterSpecifies that the entered value must be greater than the value specified by Formula1.
GreaterEqualSpecifies that the entered value must be greater than or equal to the value specified by Formula1.
LessSpecifies that the entered value must be less than the value specified by Formula1.
LessEqualSpecifies that the entered value must be less than or equal to the value specified by Formula1.
NotBetweenSpecifies that the entered value must not be between the values specified by Formula1 and Formula2.
NotEqualSpecifies that the entered value must not be equal to the value specified by Formula1.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.ValidationOperator

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2003-2010 SpreadsheetGear LLC. All Rights Reserved.Help Powered by Innovasys   
SpreadsheetGear is a registered trademark of SpreadsheetGear LLC.
Microsoft, Microsoft Excel and Visual Studio are trademarks or registered trademarks of Microsoft Corporation.