Spread WPF 17
GrapeCity.Excel Namespace / IExcelReader Interface / OnExcelLoadError Method
An ExcelWarning instance used to represents errors during load the excel file.


In This Topic
    OnExcelLoadError Method
    In This Topic
    This method will be invoked when exception or abnormal condition happens
    Syntax
    'Declaration
     
    Sub OnExcelLoadError( _
       ByVal excelWarning As ExcelWarning _
    ) 
    'Usage
     
    Dim instance As IExcelReader
    Dim excelWarning As ExcelWarning
     
    instance.OnExcelLoadError(excelWarning)
    void OnExcelLoadError( 
       ExcelWarning excelWarning
    )

    Parameters

    excelWarning
    An ExcelWarning instance used to represents errors during load the excel file.
    See Also