[]
Initializes a new instance of the GetErrorInfoEventArgs class.
public GetErrorInfoEventArgs(int row, int col)
Type | Name | Description |
---|---|---|
int | row | The row index when error information is needed for a cell or row. |
int | col | The column index when error information is needed for a cell or row. |