[]
Provides data for the GetCellErrorInfo and GetRowErrorInfo events.
public class GetErrorInfoEventArgs : EventArgs
Name | Description |
---|---|
GetErrorInfoEventArgs(int, int) | Initializes a new instance of the GetErrorInfoEventArgs class. |
Name | Description |
---|---|
Col | Gets the index of the column that may contain errors (or -1 if checking for row errors). |
ErrorText | Gets or sets a message that describes the error. |
Row | Gets the index of the row that may contain errors. |