GetErrorInfoEventArgs Constructor
In This Topic
Initializes a new instance of the
GetErrorInfoEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public GetErrorInfoEventArgs(
int ,
int
)
Parameters
- row
- The row index when error information is needed for a cell or row.
- col
- The column index when error information is needed for a cell or row.
See Also