Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TextConditionOperator Enumeration


In This Topic
    TextConditionOperator Enumeration
    In This Topic
    Represents operators applied for text conditional formatting.
    Syntax
    'Declaration
     
    
    Public Enum TextConditionOperator 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextConditionOperator
    public enum TextConditionOperator : System.Enum 
    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