ComponentOne List for WinForms
C1.Win.C1List Namespace / SelectedColumnCollection Class / IndexOf Method

In This Topic
    IndexOf Method (SelectedColumnCollection)
    In This Topic
    Gets the index of the specified C1DataColumn.
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal dc As C1DataColumn _
    ) As Integer
    public int IndexOf( 
       C1DataColumn dc
    )

    Parameters

    dc

    Return Value

    The index of the the C1DataColumn.
    See Also