GetErrorString Method (TrendLine)
In This Topic
Returns the error in the function code.
Syntax
'Declaration
Protected Function GetErrorString( _
ByVal As String _
) As String
'Usage
Dim instance As TrendLine
Dim funcJS As String
Dim value As String
value = instance.GetErrorString(funcJS)
protected string GetErrorString(
string
)
Parameters
- funcJS
See Also