Class $.wijmo.wijspread.AverageCondition
Constructor Attributes | Constructor Name and Description |
---|---|
$.wijmo.wijspread.AverageCondition(type, ranges)
Creates a new average condition of the specified type 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, baseColumn)
Gets the expected value.
|
|
getExpectedDouble(evaluator, baseRow, baseColumn)
Gets the expected double value.
|
|
reset()
Resets this instance.
|
Class Detail
$.wijmo.wijspread.AverageCondition(type, ranges)
Creates a new average condition of the specified type for the specified cell ranges.
- Parameters:
- {$.wijmo.wijspread.AverageConditionType} type
- The average condition type.
- {$.wijmo.wijspread.Range} ranges
- The cell ranges for the average 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, baseColumn)
Gets the expected value.
- Parameters:
- evaluator
- The evaluator.
- baseRow
- The base row index.
- baseColumn
- The base column index.
getExpectedDouble(evaluator, baseRow, baseColumn)
Gets the expected double value.
- Parameters:
- evaluator
- The evaluator.
- baseRow
- The base row index.
- baseColumn
- The base column index.
reset()
Resets this instance.