'Declaration Public Enum TextConditionOperator Inherits System.Enum
'Usage Dim instance As TextConditionOperator
public enum TextConditionOperator : System.Enum
'Declaration Public Enum TextConditionOperator Inherits System.Enum
'Usage Dim instance As TextConditionOperator
public enum TextConditionOperator : System.Enum
Member | Description |
---|---|
BeginsWith | The value contains the specified text at the beginning. |
Contains | The value contains the specified text. |
EndsWith | The value contains the specified text at the end. |
NotContains | The value does not contain the specified text. |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.TextConditionOperator