Spread Windows Forms 15.0
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
    public ExcelExceptionCode Code {get;}
    See Also