ComponentOne True DBGrid for WinForms
PointAt(Int32,Int32) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class > PointAt Method : PointAt(Int32,Int32) Method
The x-coordinate.
The y-coordinate.
Returns one of the PointAtEnum constants, which indicates the kind of grid element beneath the specified coordinate.
Syntax
'Declaration
 
Public Overloads Function PointAt( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) As PointAtEnum
public PointAtEnum PointAt( 
   System.int x,
   System.int y
)

Parameters

x
The x-coordinate.
y
The y-coordinate.

Return Value

The PointAtEnum enumerations under the given coordinate.
See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members
Overload List