FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > SpreadView クラス : HitTest メソッド |
'Declaration
Public Function HitTest( _ ByVal x As Integer, _ ByVal y As Integer _ ) As HitTestInformation
'使用法
Dim instance As SpreadView Dim x As Integer Dim y As Integer Dim value As HitTestInformation value = instance.HitTest(x, y)
public HitTestInformation HitTest( int x, int y )