Class Index

Classes


Class $.wijmo.wijspread.TextComparisonOperator

Class Summary
Constructor Attributes Constructor Name and Description
 
Specifies the text comparison operator.
Field Summary
Field Attributes Field Name and Description
 
Determines whether a cell value begins with the parameter value.
 
Determines whether a cell value contains the parameter value.
 
Determines whether a cell value does not contain the parameter value.
 
Determines whether a cell value ends with the parameter value.
Class Detail
$.wijmo.wijspread.TextComparisonOperator()
Specifies the text comparison operator.
Field Detail
BeginsWith
Determines whether a cell value begins with the parameter value.

Contains
Determines whether a cell value contains the parameter value.

DoesNotContain
Determines whether a cell value does not contain the parameter value.

EndsWith
Determines whether a cell value ends with the parameter value.

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