[]
Adds a specified index of the dependent expression consumer object.
public void AddObject(IExpressionConsumer consumer, int formulaIndex)
Public Sub AddObject(consumer As IExpressionConsumer, formulaIndex As Integer)
| Type | Name | Description |
|---|---|---|
| IExpressionConsumer | consumer | The dependent expression consumer object. |
| int | formulaIndex | The formula index of the object |
Adds a dependent expression consumer object.
public void AddObject(IExpressionConsumer consumer, bool[] dependents)
Public Sub AddObject(consumer As IExpressionConsumer, dependents As Boolean())
| Type | Name | Description |
|---|---|---|
| IExpressionConsumer | consumer | The dependent expression consumer object. |
| bool[] | dependents | The boolean array that indicates if the formulas of that object refer to cells in a cell range or a table. |