Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / GetStringByCT_Rst Method
CT_Rst object


In This Topic
GetStringByCT_Rst Method
In This Topic
Gets the string by CT_Rst object.
Syntax
'Declaration
 
Public Shared Function GetStringByCT_Rst( _
   ByVal ctRst As CT_Rst _
) As String
 
'Usage
 
Dim ctRst As CT_Rst
Dim value As String
 
value = ExcelXMLHelpers.GetStringByCT_Rst(ctRst)

Parameters

ctRst
CT_Rst object

Return Value

text from CT_Rst.
See Also