Spread WinForms 15
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)

Parameters

context
The evaluation context.

Return Value

A System.String value.
See Also