[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetObject

GetObject Method

GetObject(IEvaluationContext, bool)

Gets the object value.

Declaration
object GetObject(IEvaluationContext context = null, bool catchError = true)
Function GetObject(Optional context As IEvaluationContext = Nothing, Optional catchError As Boolean = True) As Object
Parameters
Type Name Description
IEvaluationContext context

The evaluation context to get value.

bool catchError

true if the evaluation context will track calculation error; otherwise, false.

Returns
Type Description
object

An object value.