Spread WPF Documentation
TextCompareType Enumeration


Specifies the comparison type for text data.
Syntax
'Declaration
 
Public Enum TextCompareType 
   Inherits System.Enum
'Usage
 
Dim instance As TextCompareType
public enum TextCompareType : System.Enum 
Members
MemberDescription
BeginsWithIndicates whether the string starts with a specified string.
ContainsIndicates whether the string contains a specified string.
DoesNotBeginWithIndicates whether the string does not start with a specified string.
DoesNotContainIndicates whether the string does not contain a specified string.
DoesNotEndWithIndicates whether the string does not end with a specified string.
EndsWithIndicates whether the string ends with a specified string.
EqualsToIndicates whether the string is equal to a specified string.
NotEqualsToIndicates whether the string is not equal to a specified string.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.TextCompareType

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.