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