Initializes a new instance of the RowColEventArgs class.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
)
             
        
            
            public RowColEventArgs( 
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- row
 
- Index of the row that caused the event.
 - col
 
- Index of the column that caused the event.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照