True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / ColContaining Method / ColContaining(Point) Method
The point.

In This Topic
    ColContaining(Point) Method
    In This Topic
    Returns the column index for the column containing the specified point.
    Syntax
    'Declaration
     
    Public Overloads Function ColContaining( _
       ByVal p As System.Drawing.Point _
    ) As System.Integer
    public System.int ColContaining( 
       System.Drawing.Point p
    )

    Parameters

    p
    The point.

    Return Value

    The index of the column in the Split.DisplayColumns collection beneath the specified point.
    See Also