GrapeCity.Xaml.Excel
OnExcelSaveError Method


An ExcelWarning instance used to represents errors during load the excel file.
This method will be invoked when exception or abnormal condition happens during save file.
Syntax
'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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options