'Declaration Sub OnExcelSaveError( _ ByVal excelWarning As ExcelWarning _ )
'Usage Dim instance As IExcelWriter Dim excelWarning As ExcelWarning instance.OnExcelSaveError(excelWarning)
void OnExcelSaveError( ExcelWarning excelWarning )
Parameters
- excelWarning
- An ExcelWarning instance used to represents errors during load the excel file.