FlexGrid for WinForms
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 _
)
'Usage
 
Dim row As Integer
Dim col As Integer
 
Dim instance As New GetErrorInfoEventArgs(row, col)
public GetErrorInfoEventArgs( 
   int row,
   int col
)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetErrorInfoEventArgs Class
GetErrorInfoEventArgs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback