public HitTestInformation HitTest( int x, int y )
'Declaration Public Function HitTest( _ ByVal x As Integer, _ ByVal y As Integer _ ) As HitTestInformation
'Declaration
Public Function HitTest( _ ByVal x As Integer, _ ByVal y As Integer _ ) As HitTestInformation
'Usage Dim instance As FpSpread Dim x As Integer Dim y As Integer Dim value As HitTestInformation value = instance.HitTest(x, y)
'Usage
Dim instance As FpSpread Dim x As Integer Dim y As Integer Dim value As HitTestInformation value = instance.HitTest(x, y)
FpSpread Class FpSpread Members