'Declaration
Public Enum ContainsOperator Inherits System.Enum
'Usage
Dim instance As ContainsOperator
public enum ContainsOperator : System.Enum
'Declaration
Public Enum ContainsOperator Inherits System.Enum
'Usage
Dim instance As ContainsOperator
public enum ContainsOperator : System.Enum
Member | Description |
---|---|
BeginsWith | Specifies that the cell must begin with the specified text. |
Contains | Specifies that the cell must contain the specified text within its value. |
DoesNotContain | Specifies that the cell must not contain the specified text within its value. |
EndsWith | Specifies that the cell must end with the specified text. |
None | Specifies no text containing operation. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.ContainsOperator
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2