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


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

    Parameters

    row
    Row index
    column
    Column index
    See Also