コントロール内のセルの座標で指定された System.Drawing.Rectangleオブジェクトを取得します。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Function GetCellRect( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) As System.Drawing.Rectangle
             
        
            
            public System.Drawing.Rectangle GetCellRect( 
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- row
 
- 行インデックス。
 - col
 
- 列インデックス。
 
            
             
            
            
            
            
            
            
            
            
            
            
            参照