[]
Provides information about change related to the formula of the IExpressionConsumer.
[Flags]
public enum FormulaChangedType
<Flags>
Public Enum FormulaChangedType
| Name | Description |
|---|---|
| Data | Specifies that evaluated data of the formula in the IExpressionConsumer needs to be recalculated. |
| Formula | Specifies that formula text in the IExpressionConsumer needs to be changed. |
| Splitting | Specifies that the IExpressionConsumer has to get the RangeElement information from the IObjectExpressionSupport to successfully support the formula synchronizing action. |