Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / FormattedCellValue Class / GetObject Method


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

    Parameters

    context
    catchError
    See Also