ComponentOne DataGrid for WPF and Silverlight
GetCellFromPoint Method (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : GetCellFromPoint Method
The point in the coordinate system where the hit test is to be performed.
Gets the corresponding cell from a specific point in the screen.
Syntax
'Declaration
 
Public Function GetCellFromPoint( _
   ByVal point As System.Windows.Point _
) As DataGridCell
public DataGridCell GetCellFromPoint( 
   System.Windows.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

Reference

C1DataGrid Class
C1DataGrid Members