'宣言
 
Public Overloads Function GetCellAtPoint( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) As System.Drawing.Point
             
        
            
            public System.Drawing.Point GetCellAtPoint( 
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- x
 
- ポイントの X 座標。
 - y
 
- ポイントの Y 座標。
 
            
            戻り値の型
X プロパティと Y プロパティが、指定されたポイントのセルの列と行インデックスに対応する System.Drawing.Point。