Class $.wijmo.wijspread.DateCondition
Constructor Attributes | Constructor Name and Description |
---|---|
$.wijmo.wijspread.DateCondition(compareType, expected, formula)
Creates a new date condition with the specified comparison type, expected date condition, and formula.
|
Method Attributes | Method Name and Description |
---|---|
evaluate(evaluator, baseRow, baseColumn, actualObj)
Evaluates using the specified evaluator.
|
|
getExpected(evaluator, baseRow, basecol)
Gets the expected value.
|
|
getExpectedDateTime(evaluator, baseRow, basecol)
Gets the expected date time value.
|
Class Detail
$.wijmo.wijspread.DateCondition(compareType, expected, formula)
Creates a new date condition with the specified comparison type, expected date condition, and formula.
- Parameters:
- compareType
- The date comparison type.
- expected
- The expected date condition.
- formula
- The formula.
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.
getExpected(evaluator, baseRow, basecol)
Gets the expected value.
- Parameters:
- evaluator
- The evaluator.
- baseRow
- The base row index.
- basecol
- The base column index.
getExpectedDateTime(evaluator, baseRow, basecol)
Gets the expected date time value.
- Parameters:
- evaluator
- The evaluator.
- baseRow
- The base row index.
- basecol
- The base column index.