[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IReferenceSource.GetText

GetText Method

GetText(IEvaluationContext, int, int)

Gets the text at the specified location of the 2-dimensions matrix.

Declaration
string GetText(IEvaluationContext context, int row, int column)
Function GetText(context As IEvaluationContext, row As Integer, column As Integer) As String
Parameters
Type Name Description
IEvaluationContext context

An GrapeCity.CalcEngine.EvaluationContext object indicates the evaluation context.

int row

An integer value indicates the row index of the 2-dimensions matrix.

int column

An integer value indicates the column index of the 2-dimensions matrix.

Returns
Type Description
string

A string value represents the text at the specified location of the 2-dimensions matrix.