GetErrorValue Method (IExcelBiffRead3)
Gets the CalcError value.
'Declaration
Function GetErrorValue( _
ByVal 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.