Spread ASP.NET 16
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelWarning Class / Code Property


In This Topic
    Code Property (ExcelWarning)
    In This Topic
    Gets the Excel warning code.
    Syntax
    'Declaration
     
    Public ReadOnly Property Code As ExcelWarningCode
    'Usage
     
    Dim instance As ExcelWarning
    Dim value As ExcelWarningCode
     
    value = instance.Code
    public ExcelWarningCode Code {get;}

    Property Value

    ExcelWarningCode setting that specifies the code of the Excel file operation warning
    See Also