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


In This Topic
    TextComparisonOperator Enumeration
    In This Topic
    Specifies the text comparison operator.
    Syntax
    'Declaration
     
    Public Enum TextComparisonOperator 
       Inherits System.Enum
    'Usage
     
    Dim instance As TextComparisonOperator
    public enum TextComparisonOperator : System.Enum 
    Members
    MemberDescription
    BeginsWithDetermines whether a cell value begins with the parameter value.
    ContainsDetermines whether a cell value contains the parameter value.
    DoesNotContainDetermines whether a cell value does not contain the parameter value.
    EndsWithDetermines whether a cell value ends with the parameter value.
    Inheritance Hierarchy

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

    See Also