Class Index

Classes


Class $.wijmo.wijspread.FormulaCondition

Class Summary
Constructor Attributes Constructor Name and Description
 
$.wijmo.wijspread.FormulaCondition(customValueType, formula)
Creates a new custom condition with a specified formula or expression.
Method Summary
Method Attributes Method Name and Description
 
evaluate(evaluator, baseRow, baseColumn, actualObj)
Evaluates using the specified evaluator.
 
getExpected(evaluator, baseRow, baseCol)
Gets the expected value.
 
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.

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