GcSpread.Sheets Namespace : FormulaCondition type |
var instance = new GcSpread.Sheets.FormulaCondition(customValueType, formula);
function FormulaCondition;
Object
GcSpread.Sheets.FormulaCondition
Name | Description | |
---|---|---|
FormulaCondition Constructor | Represents a custom condition with a specified formula or expression. |
Name | Description | |
---|---|---|
customValueType | Gets or sets the type of the custom value. | |
formula | The expected formula. | |
ignoreBlank | Gets or sets 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. |