ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DisplayColumnCollection Class / IndexOf Method / IndexOf(C1DataColumn) Method

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

    Parameters

    dc

    Return Value

    The index of the C1DisplayColumn.
    See Also