Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml2 Interface / GetErrorValue Method
The error text.


In This Topic
GetErrorValue Method (IExcelXml2)
In This Topic
Returns the Calc instance of an specified error.
Syntax
'Declaration
 
Function GetErrorValue( _
   ByVal errorText As String _
) As Object
 
'Usage
 
Dim instance As IExcelXml2
Dim errorText As String
Dim value As Object
 
value = instance.GetErrorValue(errorText)

Parameters

errorText
The error text.

Return Value

the Calc instance of an specified error.
See Also