'宣言
 
Public Overloads Function GetCellRect( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Boolean _
) As System.Drawing.Rectangle
             
        
            
            public System.Drawing.Rectangle GetCellRect( 
   System.int ,
   System.int ,
   System.bool 
)
             
        
             
        
            パラメータ
- row
 
- 行インデックス。
 - col
 
- 列インデックス。
 - show
 
- 四角形を計算する前に、セルを表示範囲までスクロールするかどうか。
 
            
            戻り値の型
セルの座標で指定された System.Drawing.Rectangleオブジェクト。座標はピクセル単位で、コントロールのクライアント領域に相対的です。