Class Index

Classes


Class $.wijmo.wijspread.TextCompareType

Class Summary
Constructor Attributes Constructor Name and Description
 
Specifies the text compare type.
Field Summary
Field Attributes Field Name and Description
 
Indicates whether the string starts with a specified string.
 
Indicates whether the string contains a specified string.
 
Indicates whether the string does not start with a specified string.
 
Indicates whether the string does not contain a specified string.
 
Indicates whether the string does not end with a specified string.
 
Indicates whether the string ends with a specified string.
 
Indicates whether the string is equal to a specified string.
 
Indicates whether the string is not equal to a specified string.
Class Detail
$.wijmo.wijspread.TextCompareType()
Specifies the text compare type.
Field Detail
BeginsWith
Indicates whether the string starts with a specified string.

Contains
Indicates whether the string contains a specified string.

DoesNotBeginWith
Indicates whether the string does not start with a specified string.

DoesNotContain
Indicates whether the string does not contain a specified string.

DoesNotEndWith
Indicates whether the string does not end with a specified string.

EndsWith
Indicates whether the string ends with a specified string.

EqualsTo
Indicates whether the string is equal to a specified string.

NotEqualsTo
Indicates whether the string is not equal to a specified string.

©2013. ComponentOne, a division of GrapeCity. All Rights Reserved.