Xceed Grid for WinForms v4.3 Documentation
GetVisualGridElementAtPoint(Point) Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GridControl Class > GetVisualGridElementAtPoint Method : GetVisualGridElementAtPoint(Point) Method
An ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.
Retrieves a reference to the grid element located at the specified coordinates.
Syntax
'Declaration
 
Public Overloads Function GetVisualGridElementAtPoint( _
   ByVal point As Point _
) As VisualGridElement
'Usage
 
Dim instance As GridControl
Dim point As Point
Dim value As VisualGridElement
 
value = instance.GetVisualGridElementAtPoint(point)
public VisualGridElement GetVisualGridElementAtPoint( 
   Point point
)

Parameters

point
An ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.

Return Value

A reference to the VisualGridElement located at the specified 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

Reference

GridControl Class
GridControl Members
Overload List