Class $.wijmo.wijspread.TextCondition
Constructor Attributes | Constructor Name and Description |
---|---|
$.wijmo.wijspread.TextCondition(compareType, expected, formula)
Creates a new text condition with the specified text comparison type based on the specified cell.
|
Method Attributes | Method Name and Description |
---|---|
evaluate(evaluator, baseRow, baseColumn, actualObj)
Evaluates the text rule using the specified evaluator.
|
|
getExpected(evaluator, baseRow, basecol)
Gets the expected value.
|
|
getExpectedString(evaluator, baseRow, baseColumn)
Gets the expected string value.
|
|
reset()
Resets this instance.
|
Class Detail
$.wijmo.wijspread.TextCondition(compareType, expected, formula)
Creates a new text condition with the specified text comparison type based on the specified cell.
- Parameters:
- compareType
- The type of comparison.
- expected
- The expected text.
- formula
- The expected formula.
Method Detail
evaluate(evaluator, baseRow, baseColumn, actualObj)
Evaluates the text rule using the specified evaluator.
- Parameters:
- evaluator
- The evaluator.
- baseRow
- The base row.
- baseColumn
- The base column.
- actualObj
- The actual value object.
getExpected(evaluator, baseRow, basecol)
Gets the expected value.
- Parameters:
- evaluator
- The evaluator.
- baseRow
- The base row index.
- basecol
- The base column index.
getExpectedString(evaluator, baseRow, baseColumn)
Gets the expected string value.
- Parameters:
- evaluator
- The evaluator.
- baseRow
- The base row index.
- baseColumn
- The base column index.
reset()
Resets this instance.