True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / Split Class / filterColumnAt Method

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

    Parameters

    p
    col
    See Also