GrapeCity.Win.MultiRow Namespace : ValidateComparisonOperator Enumeration |
Public Enum ValidateComparisonOperator Inherits System.Enum
Dim instance As ValidateComparisonOperator
public enum ValidateComparisonOperator : System.Enum
Member | Description |
---|---|
Equals | The target cell's value is equal to the compared value. |
GreaterThan | The target cell's value is greater than the compared value. |
GreaterThanOrEquals | The target cell's value is greater than or equal to the compared value. |
LessThan | The target cell's value is less than the compared value. |
LessThanOrEquals | The target cell's value is less than or equal to the compared value. |
NotEquals | The target cell's value is not equal to the compared value. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.MultiRow.ValidateComparisonOperator
Target Platforms: 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