'Declaration Public Overloads Function GetCellAtPoint( _ ByVal pt As System.Drawing.Point _ ) As System.Drawing.Point
public System.Drawing.Point GetCellAtPoint( System.Drawing.Point pt )
Parameters
- pt
- System.Drawing.Point that specifies the cell position.
Return Value
A System.Drawing.Point where the X and Y properties correspond to the column row indices of the cell at the given point.