Class $.wijmo.wijspread.UniqueCondition
Constructor Attributes | Constructor Name and Description |
---|---|
$.wijmo.wijspread.UniqueCondition(duplicated, ranges)
Creates a new unique condition and sets whether to check for duplicate data.
|
Method Attributes | Method Name and Description |
---|---|
evaluate(evaluator, baseRow, baseColumn, actualObj)
Evaluates the condition using the specified evaluator.
|
|
getExpected(evaluator, baseRow, baseColumn)
Gets the expected value.
|
|
getExpectedBoolean(evaluator, baseRow, baseColumn)
Gets the expected boolean value.
|
|
reset()
Resets this instance.
|
Class Detail
$.wijmo.wijspread.UniqueCondition(duplicated, ranges)
Creates a new unique condition and sets whether to check for duplicate data.
- Parameters:
- duplicated
- Whether to check for duplicate data.
- ranges
- The cell ranges.
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, baseColumn)
Gets the expected value.
- Parameters:
- evaluator
- The evaluator.
- baseRow
- The base row index.
- baseColumn
- The base column index.
getExpectedBoolean(evaluator, baseRow, baseColumn)
Gets the expected boolean value.
- Parameters:
- evaluator
- The evaluator.
- baseRow
- The base row index.
- baseColumn
- The base column index.
reset()
Resets this instance.