Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IReferenceSource Interface / GetText Method
An EvaluationContext object indicates the evaluation context.
An integer value indicates the row index of the 2-dimensions matrix.
An integer value indicates the column index of the 2-dimensions matrix.


In This Topic
    GetText Method (IReferenceSource)
    In This Topic
    Gets the text at the specified location of the 2-dimensions matrix.
    Syntax
    'Declaration
     
    
    Function GetText( _
       ByVal context As IEvaluationContext, _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As String
    'Usage
     
    
    Dim instance As IReferenceSource
    Dim context As IEvaluationContext
    Dim row As Integer
    Dim column As Integer
    Dim value As String
     
    value = instance.GetText(context, row, column)

    Parameters

    context
    An EvaluationContext object indicates the evaluation context.
    row
    An integer value indicates the row index of the 2-dimensions matrix.
    column
    An integer value indicates the column index of the 2-dimensions matrix.
    See Also