Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IExpressionSupport Interface / SetExpression Method
Row index
Column index
Formula


In This Topic
    SetExpression Method (IExpressionSupport)
    In This Topic
    Sets the formula, as an expression, in the cell at the specified row and column.
    Syntax
    'Declaration
     
    
    Sub SetExpression( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal value As Expression _
    ) 
    'Usage
     
    
    Dim instance As IExpressionSupport
    Dim row As Integer
    Dim column As Integer
    Dim value As Expression
     
    instance.SetExpression(row, column, value)
    void SetExpression( 
       int row,
       int column,
       Expression value
    )

    Parameters

    row
    Row index
    column
    Column index
    value
    Formula
    See Also