GrapeCity.Xaml.SpreadSheet.Data
ExcelError Event (Workbook)


Occurs when an error happens while loading or saving Excel-formatted files.
Syntax
'Declaration
 
Public Event ExcelError As EventHandler(Of ExcelErrorEventArgs)
'Usage
 
Dim instance As Workbook
Dim handler As EventHandler(Of ExcelErrorEventArgs)
 
AddHandler instance.ExcelError, handler
public event EventHandler<ExcelErrorEventArgs> ExcelError
Event Data

The event handler receives an argument of type ExcelErrorEventArgs containing data related to this event. The following ExcelErrorEventArgs properties provide information specific to this event.

PropertyDescription
ExcelWarningAn ExcelWarning instance used to provide error details.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Workbook Class
Workbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options