FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / Evaluate Method
String containing the expression to evaluate.

In This Topic
    Evaluate Method (C1FlexSheet)
    In This Topic
    Evaluates an expression and returns the result.
    Syntax
    'Declaration
     
    
    Public Function Evaluate( _
       ByVal expression As String _
    ) As Object
    public object Evaluate( 
       string expression
    )

    Parameters

    expression
    String containing the expression to evaluate.

    Return Value

    The result of the expression.
    See Also