ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / HitTest Method / HitTest(Int32,Int32) Method

In This Topic
    HitTest(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function HitTest( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) As HitTestInfo
    public HitTestInfo HitTest( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also