Spread Silverlight Documentation
GetText Method (IActualValue)


GrapeCity.Windows.SpreadSheet.Data Namespace > IActualValue Interface : GetText Method
Gets the string representation of the value.
Syntax
'Declaration
 
Function GetText() As System.String
'Usage
 
Dim instance As IActualValue
Dim value As System.String
 
value = instance.GetText()
System.string GetText()

Return Value

The string representation of the value.
See Also

Reference

IActualValue Interface
IActualValue Members