Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ExcelErrorEventArgs Class / ExcelWarning Property


In This Topic
    ExcelWarning Property
    In This Topic
    An ExcelWarning instance used to provide error details.
    Syntax
    'Declaration
     
    Public ReadOnly Property ExcelWarning As ExcelWarning
    'Usage
     
    Dim instance As ExcelErrorEventArgs
    Dim value As ExcelWarning
     
    value = instance.ExcelWarning
    public ExcelWarning ExcelWarning {get;}
    See Also