GrapeCity.Windows.SpreadSheet.Data Namespace > Workbook Class : ExcelError Event |
'Declaration Public Event ExcelError As System.EventHandler(Of ExcelErrorEventArgs)
'Usage Dim instance As Workbook Dim handler As System.EventHandler(Of ExcelErrorEventArgs) AddHandler instance.ExcelError, handler
public event System.EventHandler<ExcelErrorEventArgs> ExcelError
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.
Property | Description |
---|---|
ExcelWarning | An ExcelWarning instance used to provide error details. |
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)