'DeclarationPublic Function GetCellFromPoint( _ ByVal point As Point _ ) As DataGridCell
public DataGridCell GetCellFromPoint( Point point )
Parameters
- point
 - The point in the coordinate system where the hit test is to be performed.
 
Return Value
The cell in that point of the screen