ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / ExpressionEditorCollection Class / Evaluate Method / Evaluate(Int32) Method

In This Topic
    Evaluate(Int32) Method
    In This Topic
    Evaluate the value of a column expression.
    Syntax
    'Declaration
     
    Public Overloads Sub Evaluate( _
       ByVal row As System.Integer _
    ) 
    public void Evaluate( 
       System.int row
    )

    Parameters

    row
    See Also