MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / IDropDownView Interface / GetColumnIndex Method
The column name in dropdown view.

In This Topic
    GetColumnIndex Method
    In This Topic
    Returns the index of a column by name in a dropdown view.
    Syntax
    'Declaration
     
    
    Function GetColumnIndex( _
       ByVal columnName As String _
    ) As Integer
    int GetColumnIndex( 
       string columnName
    )

    Parameters

    columnName
    The column name in dropdown view.
    See Also