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


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

    Parameters

    context
    catchError
    See Also