'宣言
 
Public Function GetControlAtCell( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) As System.Windows.Forms.Control
             
        
            
            public System.Windows.Forms.Control GetControlAtCell( 
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- row
 
- セルを含む行のインデックス。
 - col
 
- セルを含む列のインデックス。
 
            
            戻り値の型
セルの最初のコントロール、またはセルが空の場合は null。