ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.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 Integer _
    ) 
    public void Evaluate( 
       int row
    )

    Parameters

    row
    See Also