'宣言
 
Public Overloads Function GetCellBounds( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) As System.Drawing.Rectangle
             
        
            
            public System.Drawing.Rectangle GetCellBounds( 
   System.int ,
   System.int ,
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- row
 
- 範囲の最初の行のインデックス。
 - col
 
- 範囲の最初の列のインデックス。
 - rowSpan
 
- 範囲内の行数。
 - colSpan
 
- 範囲内の列数。
 
            
            戻り値の型
セル範囲の境界を含む System.Drawing.Rectangle。