Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridControl Class / GetVisualGridElementAtPoint Method / GetVisualGridElementAtPoint(Int32,Int32) Method
The grid element's x-coordinate.
The grid element's x-coordinate.


In This Topic
    GetVisualGridElementAtPoint(Int32,Int32) Method
    In This Topic
    Retrieves a reference to the grid element located at the specified x and y coordinates.
    Syntax
    '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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also