[]
        
(Showing Draft Content)

C1.Win.FlexGrid.GetErrorInfoEventArgs.-ctor

GetErrorInfoEventArgs Constructor

GetErrorInfoEventArgs(int, int)

Initializes a new instance of the GetErrorInfoEventArgs class.

Declaration
public GetErrorInfoEventArgs(int row, int col)
Public Sub New(row As Integer, col As Integer)
Parameters
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.