Class Index

Classes


Class $.wijmo.wijspread.TextCondition

Class Summary
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 Summary
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.
 
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.

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