Class Index

Classes


Class $.wijmo.wijspread.NumberCondition

Class Summary
Constructor Attributes Constructor Name and Description
 
$.wijmo.wijspread.NumberCondition(compareType, expected, formula)
Creates a new number condition of the specified type with the specified expected value.
Field Summary
Field Attributes Field Name and Description
 
The type of the comparison.
 
The condition type.
 
A value that indicates whether to ignore the null value.
 
A value that indicates whether to check integer values only.
Method Summary
Method Attributes Method Name and Description
 
evaluate(evaluator, baseRow, basecol, actualValue)
Evaluates the condition using the specified evaluator.
 
getExpected(evaluator, baseRow, basecol)
Gets the expected value.
 
Resets this instance.
Class Detail
$.wijmo.wijspread.NumberCondition(compareType, expected, formula)
Creates a new number condition of the specified type with the specified expected value.
Parameters:
compareType
The number comparison type.
expected
The expected number.
formula
The expected formula.
Field Detail
compareType
The type of the comparison.

conditionType
The condition type.

ignoreBlank
A value that indicates whether to ignore the null value.

integerValue
A value that indicates whether to check integer values only.
Method Detail
evaluate(evaluator, baseRow, basecol, actualValue)
Evaluates the condition using the specified evaluator.
Parameters:
evaluator
The evaluator.
baseRow
The base row.
basecol
The base column.
actualValue
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.