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


In This Topic
    GetExpression Method (ITableModelSupport)
    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 ITableModelSupport
    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