Spread Windows Forms 17
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;}
    See Also