\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List Namespace / MultipleLinesView Class / columnAt(Point,Int32,Int32) Method

In This Topic
    columnAt(Point,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function columnAt( _
       ByVal p As System.Drawing.Point, _
       ByVal row As System.Integer, _
       ByRef col As System.Integer _
    ) As System.Boolean
    protected System.bool columnAt( 
       System.Drawing.Point p,
       System.int row,
       out System.int col
    )

    Parameters

    p
    row
    col
    See Also