'Declaration Public Overloads Function GetVisualGridElementAtPoint( _ ByVal x As Integer, _ ByVal y As Integer _ ) As VisualGridElement
'Usage Dim instance As GridControl Dim x As Integer Dim y As Integer Dim value As VisualGridElement value = instance.GetVisualGridElementAtPoint(x, y)
public VisualGridElement GetVisualGridElementAtPoint( int x, int y )
Parameters
- x
- The grid element's x-coordinate.
- y
- The grid element's x-coordinate.
Return Value
A reference to the VisualGridElement located at the specified x and y coordinates.