Spread for ASP.NET 12 Product Documentation
TextConditionOperator Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : TextConditionOperator Enumeration
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.Web.Spread.TextConditionOperator

See Also

Reference

FarPoint.Web.Spread Namespace