Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelException Class / Code Property


In This Topic
Code Property (ExcelException)
In This Topic
Gets the ExcelExceptionCode enumeration member set for this Excel exception.
Syntax
'Declaration
 
Public ReadOnly Property Code As ExcelExceptionCode
 
'Usage
 
Dim instance As ExcelException
Dim value As ExcelExceptionCode
 
value = instance.Code
See Also