\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List Namespace / MultipleLinesView Class / FilterColumnAt Method

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

    Parameters

    p
    col
    See Also