Spread Windows Forms 12.0 Product Documentation
AddObject(IExpressionConsumer,Int32) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > FormulaDependentInfos Class > AddObject Method : AddObject(IExpressionConsumer,Int32) Method
The dependent expression consumer object.
The formula index of the object
Adds a specified index of the dependent expression consumer object.
Syntax
'Declaration
 
Public Overloads Sub AddObject( _
   ByVal consumer As IExpressionConsumer, _
   ByVal formulaIndex As Integer _
) 
'Usage
 
Dim instance As FormulaDependentInfos
Dim consumer As IExpressionConsumer
Dim formulaIndex As Integer
 
instance.AddObject(consumer, formulaIndex)
public void AddObject( 
   IExpressionConsumer consumer,
   int formulaIndex
)

Parameters

consumer
The dependent expression consumer object.
formulaIndex
The formula index of the object
See Also

Reference

FormulaDependentInfos Class
FormulaDependentInfos Members
Overload List