Class Index

Classes


Class $.wijmo.wijspread.CellValueCondition

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new cell value condition with a specified compare type, expected value and the formula.
Field Summary
Field Attributes Field Name and Description
 
Indicates the type of comparison.
 
Indicates whether to treat the null value in a cell as zero.
Method Summary
Method Attributes Method Name and Description
 
getExpected(evaluator, baseRow, baseColumn, isArrayFormula)
Gets the expected value.
Class Detail
$.wijmo.wijspread.CellValueCondition()
Creates a new cell value condition with a specified compare type, expected value and the formula.
Field Detail
compareType
Indicates the type of comparison.

treatNullValueAsZero
Indicates whether to treat the null value in a cell as zero.
Method Detail
getExpected(evaluator, baseRow, baseColumn, isArrayFormula)
Gets the expected value.
Parameters:
evaluator
The evaluator.
baseRow
The base row index.
baseColumn
The base column index.
isArrayFormula
Indicates whether it is an array formula or not.

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