Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / EvaluateExpression Method / EvaluateExpression(Int32,Int32,Expression) Method
Row index of the base cell
Column index of the base cell
Expression to be evaluated


In This Topic
    EvaluateExpression(Int32,Int32,Expression) Method
    In This Topic
    Evaluates the expression and returns the resulting object for the cell at the specified row and column.
    Syntax
    'Declaration
     
    
    Public Overloads Function EvaluateExpression( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal expression As Expression _
    ) As Object
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim expression As Expression
    Dim value As Object
     
    value = instance.EvaluateExpression(row, column, expression)
    public object EvaluateExpression( 
       int row,
       int column,
       Expression expression
    )

    Parameters

    row
    Row index of the base cell
    column
    Column index of the base cell
    expression
    Expression to be evaluated
    See Also