Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / GetText(IEvaluationContext) Method
The evaluation context.


In This Topic
    GetText(IEvaluationContext) Method
    In This Topic
    Gets System.String value from the CellValue value.
    Syntax
    'Declaration
     
    
    Public Function GetText( _
       ByVal context As IEvaluationContext _
    ) As String
    'Usage
     
    
    Dim instance As CellValue
    Dim context As IEvaluationContext
    Dim value As String
     
    value = instance.GetText(context)
    public string GetText( 
       IEvaluationContext context
    )

    Parameters

    context
    The evaluation context.

    Return Value

    A System.String value.
    See Also