IExpressionConsumer Interface Members
In This Topic
The following tables list the members exposed by IExpressionConsumer.
Public Properties
Public Methods
| Name | Description |
| GetBaseColumn | Gets the base column of the relative formula. |
| GetBaseRow | Gets the base row of the relative formula. |
| GetCellRanges | Gets the cell ranges where the object is in effect. |
| GetFormula | Gets the formula, as a string, of the object at the specified index. |
| GetRestrictions | Gets the restrictions of the formula at the specified index. |
| NotifyChanged | Notifies that a change related to the formula of the IExpressionConsumer occurred. |
| NotifyNotSatisfied | Notifies that the formula at the specified index does not meet the restricted conditions. |
| SetFormula | Sets the formula of the object at the specified index. |
Top
See Also