GetErrorInfoEventArgsクラスの新しいインスタンスを初期化します。
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
)
             
        
            
            public GetErrorInfoEventArgs( 
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- row
 
- セルまたは行のエラー情報が必要な場合の行インデックス。
 - col
 
- セルまたは行のエラー情報が必要な場合の列インデックス。
 
             
            
            
            
            
            
            
            
            
            
            
            参照