ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / GetCellAtPoint Method / GetCellAtPoint(Point) Method

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

    Parameters

    pt
    See Also