[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.FormulaDependentInfos.AddObject

AddObject Method

AddObject(IExpressionConsumer, int)

Adds a specified index of the dependent expression consumer object.

Declaration
public void AddObject(IExpressionConsumer consumer, int formulaIndex)
Public Sub AddObject(consumer As IExpressionConsumer, formulaIndex As Integer)
Parameters
Type Name Description
IExpressionConsumer consumer

The dependent expression consumer object.

int formulaIndex

The formula index of the object

AddObject(IExpressionConsumer, bool[])

Adds a dependent expression consumer object.

Declaration
public void AddObject(IExpressionConsumer consumer, bool[] dependents)
Public Sub AddObject(consumer As IExpressionConsumer, dependents As Boolean())
Parameters
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.