SpreadsheetGear 2017
ContainsOperator Enumeration






SpreadsheetGear Namespace : ContainsOperator Enumeration
Syntax
'Declaration
 
Public Enum ContainsOperator 
   Inherits System.Enum
'Usage
 
Dim instance As ContainsOperator
public enum ContainsOperator : System.Enum 
public enum ContainsOperator = class(System.Enum)
public enum ContainsOperator extends System.Enum
__value public enum ContainsOperator : public System.Enum 
public enum class ContainsOperator : public System.Enum 
Members
MemberDescription
BeginsWithSpecifies that the cell must begin with the specified text.
ContainsSpecifies that the cell must contain the specified text within its value.
DoesNotContainSpecifies that the cell must not contain the specified text within its value.
EndsWithSpecifies that the cell must end with the specified text.
NoneSpecifies no text containing operation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.ContainsOperator

Requirements

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

See Also

Reference

SpreadsheetGear Namespace