Class $.wijmo.wijspread.Top10Condition
Constructor Attributes | Constructor Name and Description |
---|---|
$.wijmo.wijspread.Top10Condition(type, rank, ranges)
Creates a new top 10 condition with the specified type and rank, for the specified cell ranges.
|
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, baseColumn)
Gets the expected integer value.
|
|
reset()
Resets this instance.
|
Class Detail
$.wijmo.wijspread.Top10Condition(type, rank, ranges)
Creates a new top 10 condition with the specified type and rank, for the specified cell ranges.
- Parameters:
- type
- The condition type for the rule.
- rank
- The rank of the rule.
- ranges
- The cell ranges for the condition.
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, baseColumn)
Gets the expected integer value.
- Parameters:
- evaluator
- The evaluator.
- baseRow
- The base row index.
- baseColumn
- The base column index.
reset()
Resets this instance.