GetErrorValue Method (IExcelXml2)
Returns the Calc instance of an specified error.
'Declaration
Function GetErrorValue( _
ByVal 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.