MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / IDropDownView Interface / Select Method
The value to select.
The column in which to search for the specified value.

In This Topic
    Select Method (IDropDownView)
    In This Topic
    Selects a row by the specified value.
    Syntax
    'Declaration
     
    
    Sub Select( _
       ByVal value As Object, _
       ByVal columnName As String _
    ) 
    void Select( 
       object value,
       string columnName
    )

    Parameters

    value
    The value to select.
    columnName
    The column in which to search for the specified value.
    Remarks
    The view will try to find the specified value and select the first row containing it.
    See Also