GcSpread.Sheets Namespace : NumberCondition type |
var instance = new GcSpread.Sheets.NumberCondition(compareType, expected, formula);
function NumberCondition;
Object
GcSpread.Sheets.NumberCondition
Name | Description | |
---|---|---|
NumberCondition Constructor | Represents a number condition of the specified type with the specified expected value. |
Name | Description | |
---|---|---|
compareType | The type of the comparison. | |
expected | The expected number. | |
formula | The expected formula. | |
ignoreBlank | A value that indicates whether to ignore the null value. |
Name | Description | |
---|---|---|
evaluate | Evaluates the condition using the specified evaluator. | |
getExpected | Gets the expected value. | |
reset | Resets this instance. |