Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IReadonlyPrimitiveValue Interface / GetObject Method
The evaluation context to get value.
true if the evaluation context will track calculation error; otherwise, false.


In This Topic
    GetObject Method (IReadonlyPrimitiveValue)
    In This Topic
    Gets the System.Object value.
    Syntax
    'Declaration
     
    
    Function GetObject( _
       Optional ByVal context As IEvaluationContext, _
       Optional ByVal catchError As Boolean _
    ) As Object
    'Usage
     
    
    Dim instance As IReadonlyPrimitiveValue
    Dim context As IEvaluationContext
    Dim catchError As Boolean
    Dim value As Object
     
    value = instance.GetObject(context, catchError)

    Parameters

    context
    The evaluation context to get value.
    catchError
    true if the evaluation context will track calculation error; otherwise, false.

    Return Value

    An System.Object value.
    See Also