ComponentOne FlexGrid for WinForms
GetErrorInfoEventArgs Constructor

C1.Win.C1FlexGrid Namespace > GetErrorInfoEventArgs Class : GetErrorInfoEventArgs Constructor
The row index when error information is needed for a cell or row.
The column index when error information is needed for a cell or row.
Initializes a new instance of the GetErrorInfoEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer _
)
public GetErrorInfoEventArgs( 
   int row,
   int col
)

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

Reference

GetErrorInfoEventArgs Class
GetErrorInfoEventArgs Members