| GrapeCity.Windows.SpreadSheet.Data Namespace : TextCompareType Enumeration | 
'Declaration Public Enum TextCompareType Inherits System.Enum
'Usage Dim instance As TextCompareType
public enum TextCompareType : System.Enum
| Member | Description | 
|---|---|
| BeginsWith | Indicates whether the string starts with a specified string. | 
| Contains | Indicates whether the string contains a specified string. | 
| DoesNotBeginWith | Indicates whether the string does not start with a specified string. | 
| DoesNotContain | Indicates whether the string does not contain a specified string. | 
| DoesNotEndWith | Indicates whether the string does not end with a specified string. | 
| EndsWith | Indicates whether the string ends with a specified string. | 
| EqualsTo | Indicates whether the string is equal to a specified string. | 
| NotEqualsTo | Indicates whether the string is not equal to a specified string. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.TextCompareType
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)