Spread Windows Forms 15.0
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


In This Topic
    AddObject(IExpressionConsumer,Int32) Method
    In This Topic
    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