Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead3 Interface / GetErrorValue Method
The bErr from BIFF8.


In This Topic
GetErrorValue Method (IExcelBiffRead3)
In This Topic
Gets the CalcError value.
Syntax
'Declaration
 
Function GetErrorValue( _
   ByVal bErr As Byte _
) As Object
 
'Usage
 
Dim instance As IExcelBiffRead3
Dim bErr As Byte
Dim value As Object
 
value = instance.GetErrorValue(bErr)

Parameters

bErr
The bErr from BIFF8.

Return Value

The CalcError which matchs with bErr.
See Also