ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / C1Sizer Class / GetCellAtPoint Method / GetCellAtPoint(Point) Method
System.Drawing.Point that specifies the cell position.

In This Topic
    GetCellAtPoint(Point) Method
    In This Topic
    Gets the cell at a given point on the control's client area.
    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
    System.Drawing.Point that specifies the cell position.

    Return Value

    A System.Drawing.Point where the X and Y properties correspond to the column row indices of the cell at the given point.
    See Also