DataBindingErrorEventArgs Properties
Provides data for the WorksheetDataBindingCollection.Error event.
Name | Description |
---|---|
Binding |
Indicates whose value is updated during binding. |
Column |
Gets the index of the column in which an error occurs. |
Data |
Gets a binding object whose binding caused an error. |
Error |
Indicates the cause of an error. |
Row |
Gets the index of the row in which an error occurs. |
See Also