Spread Windows Forms 12.0 Product Documentation
Code Property (ExcelException)


FarPoint.Excel Assembly > FarPoint.Excel Namespace > ExcelException Class : Code Property
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
public ExcelExceptionCode Code {get;}

Property Value

ExcelExceptionCode setting that specifies the type of Excel exception
See Also

Reference

ExcelException Class
ExcelException Members