| GrapeCity.Windows.SpreadSheet.Data Namespace : GeneralCompareType Enumeration |
'Declaration Public Enum GeneralCompareType Inherits System.Enum
'Usage Dim instance As GeneralCompareType
public enum GeneralCompareType : System.Enum
| Member | Description |
|---|---|
| EqualsTo | Indicates whether the number is equal to a specified number. |
| GreaterThan | Indicates whether the number is greater than a specified number. |
| GreaterThanOrEqualsTo | Indicates whether the number is greater than or equal to a specified number. |
| LessThan | Indicates whether the number is less than a specified number. |
| LessThanOrEqualsTo | Indicates whether the number is less than or equal to a specified number. |
| NotEqualsTo | Indicates whether the number is not equal to a specified number. |
System.Object
System.ValueType
System.Enum
GrapeCity.Windows.SpreadSheet.Data.GeneralCompareType
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)