Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TextConditionOperator Enumeration


TextConditionOperator Enumeration
Represents operators applied for text conditional formatting.
Syntax
'Declaration
 
Public Enum TextConditionOperator 
   Inherits System.Enum
 
'Usage
 
Dim instance As TextConditionOperator
Members
MemberDescription
BeginsWithThe value contains the specified text at the beginning.
ContainsThe value contains the specified text.
EndsWithThe value contains the specified text at the end.
NotContainsThe value does not contain the specified text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.TextConditionOperator

See Also