DataBindingErrorEventArgs Constructors
Provides data for the WorksheetDataBindingCollection.Error event.| Name | Parameters | Description |
|---|---|---|
| DataBindingErrorEventArgs(DataBindingErrorType, DataBindingDirection, Int32, Int32) | errorType, direction, rowIndex, columnIndex | Initializes a new instance of the DataBindingErrorEventArgs class with the default settings. |
See Also