Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1TableView Class / ApplySearch Method / ApplySearch(String,Boolean,Boolean,Boolean,Boolean) Method

In This Topic
    ApplySearch(String,Boolean,Boolean,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub ApplySearch( _
       ByVal search As System.String, _
       ByVal highlight As System.Boolean, _
       ByVal filter As System.Boolean, _
       ByVal onlyVisibleColumns As System.Boolean, _
       ByVal onlyVisibleRows As System.Boolean _
    ) 
    public void ApplySearch( 
       System.string search,
       System.bool highlight,
       System.bool filter,
       System.bool onlyVisibleColumns,
       System.bool onlyVisibleRows
    )

    Parameters

    search
    highlight
    filter
    onlyVisibleColumns
    onlyVisibleRows
    See Also