Spread Windows Forms 12.0 Product Documentation
GetText Method (IReadonlyPrimitiveValue)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IReadonlyPrimitiveValue Interface : GetText Method
The evaluation context to get value.
Gets the System.String value.
Syntax
'Declaration
 
Function GetText( _
   Optional ByVal context As IEvaluationContext _
) As String
'Usage
 
Dim instance As IReadonlyPrimitiveValue
Dim context As IEvaluationContext
Dim value As String
 
value = instance.GetText(context)
string GetText( 
   IEvaluationContext context
)

Parameters

context
The evaluation context to get value.

Return Value

An System.String value.
See Also

Reference

IReadonlyPrimitiveValue Interface
IReadonlyPrimitiveValue Members