Spread Silverlight Documentation
GeneralCompareType Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : GeneralCompareType Enumeration
Specifies the comparison type for data.
Syntax
'Declaration
 
Public Enum GeneralCompareType 
   Inherits System.Enum
'Usage
 
Dim instance As GeneralCompareType
public enum GeneralCompareType : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.GeneralCompareType

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace