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

In This Topic
    HitTest(Point) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function HitTest( _
       ByVal pt As System.Drawing.Point _
    ) As HitTestInfo
    public HitTestInfo HitTest( 
       System.Drawing.Point pt
    )

    Parameters

    pt
    See Also