Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TextCompareType Enumeration


In This Topic
    TextCompareType Enumeration
    In This Topic
    Specifies the comparison type for text data.
    Syntax
    'Declaration
     
    Public Enum TextCompareType 
       Inherits System.Enum
    'Usage
     
    Dim instance As TextCompareType
    public enum TextCompareType : System.Enum 
    Members
    MemberDescription
    BeginsWithIndicates whether the string starts with a specified string.
    ContainsIndicates whether the string contains a specified string.
    DoesNotBeginWithIndicates whether the string does not start with a specified string.
    DoesNotContainIndicates whether the string does not contain a specified string.
    DoesNotEndWithIndicates whether the string does not end with a specified string.
    EndsWithIndicates whether the string ends with a specified string.
    EqualsToIndicates whether the string is equal to a specified string.
    NotEqualsToIndicates whether the string is not equal to a specified string.
    Inheritance Hierarchy

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

    See Also