Spread WPF 17
GrapeCity.Excel Namespace / ExcelWarning Class / Code Property


In This Topic
    Code Property
    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