Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ContainsOperator Enumeration


ContainsOperator Enumeration
Specifies the text operator used in a function.
Syntax
'Declaration
 
Public Enum ContainsOperator 
   Inherits System.Enum
 
'Usage
 
Dim instance As ContainsOperator
Members
MemberDescription
BeginsWithBegins with a specified value.
ContainsContains a specified value.
DoesNotContainsDoes not contain the specified value.
EndsWithEnds with the specified value
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.ContainsOperator

See Also