Class Index

Classes


Class $.wijmo.wijspread.Top10Condition

Class Summary
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 Summary
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.
 
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.

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