[]
Gets the text at the specified location of the 2-dimensions matrix.
string GetText(IEvaluationContext context, int row, int column)
Function GetText(context As IEvaluationContext, row As Integer, column As Integer) As String
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. |
Type | Description |
---|---|
string | A string value represents the text at the specified location of the 2-dimensions matrix. |