Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IObjectExpressionSupport Interface / ModifyObjectExpression Method
The object consumer
The index of specified formula


In This Topic
    ModifyObjectExpression Method
    In This Topic
    Notifies the IObjectExpressionSupport that the consumer formula at the specified index has been modified.
    Syntax
    'Declaration
     
    
    Sub ModifyObjectExpression( _
       ByVal obj As IExpressionConsumer, _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As IObjectExpressionSupport
    Dim obj As IExpressionConsumer
    Dim index As Integer
     
    instance.ModifyObjectExpression(obj, index)
    void ModifyObjectExpression( 
       IExpressionConsumer obj,
       int index
    )

    Parameters

    obj
    The object consumer
    index
    The index of specified formula
    See Also