GcSpread.Sheets Namespace : TextCondition type |
var instance = new GcSpread.Sheets.TextCondition(compareType, expected, formula);
function TextCondition;
Object
GcSpread.Sheets.TextCondition
Name | Description | |
---|---|---|
TextCondition Constructor | Represents a text condition with the specified text comparison type based on the specified cell. |
Name | Description | |
---|---|---|
compareType | Gets the type of comparison to perform. | |
expected | The expected text. | |
formula | The expected formula. | |
ignoreBlank | Specifies whether to ignore the blank cell. | |
ignoreCase | Gets or sets whether to ignore case when performing the comparison. | |
useWildCards | Gets or sets whether to compare strings using wildcards. |
Name | Description | |
---|---|---|
evaluate | Evaluates the condition using the specified evaluator. | |
getExpected | Gets the expected value. |