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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6