Class $.wijmo.wijspread.TextComparisonOperator
Constructor Attributes | Constructor Name and Description |
---|---|
Specifies the text comparison operator.
|
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.
|
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.