Class Index

Classes


Class $.wijmo.wijspread.TextLengthCondition

Class Summary
Constructor Attributes Constructor Name and Description
 
$.wijmo.wijspread.TextLengthCondition(compareType, expected, formula)
Creates a new TextLengthCondition object.
Method Summary
Method Attributes Method Name and Description
 
evaluate(evaluator, baseRow, baseColumn, actualObj)
Evaluates the condition using the specified evaluator.
 
getExpected(evaluator, baseRow, basecol)
Gets the expected value.
 
getExpectedInt(evaluator, baseRow, basecol)
Gets the expected integer value.
 
Resets this instance.
Class Detail
$.wijmo.wijspread.TextLengthCondition(compareType, expected, formula)
Creates a new TextLengthCondition object.
Parameters:
compareType
The number comparison type.
expected
The expected number.
formula
The expected formula.
Method Detail
evaluate(evaluator, baseRow, baseColumn, actualObj)
Evaluates the condition 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.

getExpectedInt(evaluator, baseRow, basecol)
Gets the expected integer 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.