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

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

    Parameters

    vc

    Return Value

    The index of the C1DisplayColumn.
    See Also