[]
Notifies that the formula at the specified index does not meet the restricted conditions.
void NotifyNotSatisfied(int index, FormulaRestrictedCondition notSatisfiedConditions)
Sub NotifyNotSatisfied(index As Integer, notSatisfiedConditions As FormulaRestrictedCondition)
Type | Name | Description |
---|---|---|
int | index | The index of the formula. |
FormulaRestrictedCondition | notSatisfiedConditions | The restricted conditions that the formula does not meet |