AddObject(IExpressionConsumer,Int32) Method
In This Topic
Adds a specified index of the dependent expression consumer object.
Syntax
'Declaration
Public Overloads Sub AddObject( _
ByVal As IExpressionConsumer, _
ByVal As Integer _
)
'Usage
Dim instance As FormulaDependentInfos
Dim consumer As IExpressionConsumer
Dim formulaIndex As Integer
instance.AddObject(consumer, formulaIndex)
public void AddObject(
IExpressionConsumer ,
int
)
Parameters
- consumer
- The dependent expression consumer object.
- formulaIndex
- The formula index of the object
See Also