ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionEditor Class / Evaluate Method

In This Topic
    Evaluate Method (C1ExpressionEditor)
    In This Topic
    Gets result of the expression.
    Syntax
    'Declaration
     
    Public Function Evaluate( _
       Optional ByVal row As System.Integer _
    ) As System.Object
    public System.object Evaluate( 
       System.int row
    )

    Parameters

    row
    See Also