ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / GetCellFromPoint Method
The point in the coordinate system where the hit test is to be performed.

In This Topic
    GetCellFromPoint Method
    In This Topic
    Gets the corresponding cell from a specific point in the screen relative to the window.
    Syntax
    'Declaration
     
    
    Public 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
    See Also