Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / HitTest(Int32,Int32) Method
The x value
The y value


In This Topic
HitTest(Int32,Int32) Method
In This Topic
Returns information about the given location.
Syntax
'Declaration
 
Public Function HitTest( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As HitTestInformation
 
'Usage
 
Dim instance As SpreadView
Dim x As Integer
Dim y As Integer
Dim value As HitTestInformation
 
value = instance.HitTest(x, y)

Parameters

x
The x value
y
The y value
See Also