Class $.wijmo.wijspread.CellValueCondition
Constructor Attributes | Constructor Name and Description |
---|---|
Creates a new cell value condition with a specified compare type, expected value and the formula.
|
Field Attributes | Field Name and Description |
---|---|
Indicates the type of comparison.
|
|
Indicates whether to treat the null value in a cell as zero.
|
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.