Spread ASP.NET 16
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;}

    Property Value

    ExcelExceptionCode setting that specifies the type of Excel exception
    See Also