Class $.wijmo.wijspread.ColorCondition
Constructor Attributes | Constructor Name and Description |
---|---|
$.wijmo.wijspread.ColorCondition(compareType, expected)
Creates a new style condition with the specified comparison type and expected color.
|
Method Attributes | Method Name and Description |
---|---|
evaluate(evaluator, baseRow, baseColumn, actualObj)
Evaluates using the specified evaluator.
|
|
reset()
Resets this instance.
|
Class Detail
$.wijmo.wijspread.ColorCondition(compareType, expected)
Creates a new style condition with the specified comparison type and expected color.
- Parameters:
- compareType
- The style comparison type.
- expected
- The expected color.
Method Detail
evaluate(evaluator, baseRow, baseColumn, actualObj)
Evaluates using the specified evaluator.
- Parameters:
- evaluator
- The evaluator.
- baseRow
- The base row.
- baseColumn
- The base column.
- actualObj
- The actual value object.
reset()
Resets this instance.