Class $.wijmo.wijspread.FormulaCondition
Constructor Attributes | Constructor Name and Description |
---|---|
$.wijmo.wijspread.FormulaCondition(customValueType, formula)
Creates a new custom condition with a specified formula or expression.
|
Method Attributes | Method Name and Description |
---|---|
evaluate(evaluator, baseRow, baseColumn, actualObj)
Evaluates using the specified evaluator.
|
|
getExpected(evaluator, baseRow, baseCol)
Gets the expected value.
|
|
reset()
Resets this instance.
|
Class Detail
$.wijmo.wijspread.FormulaCondition(customValueType, formula)
Creates a new custom condition with a specified formula or expression.
- Parameters:
- customValueType
- The type of the custom value.
- formula
- The formula string or expression.
Method Detail
evaluate(evaluator, baseRow, baseColumn, actualObj)
Evaluates 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.
reset()
Resets this instance.