Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / HitTest Method
The x value
The y value


In This Topic
    HitTest Method (SpreadView)
    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)
    public HitTestInformation HitTest( 
       int x,
       int y
    )

    Parameters

    x
    The x value
    y
    The y value
    See Also