True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid 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 System.Integer
    public System.int IndexOf( 
       C1DisplayColumn vc
    )

    Parameters

    vc

    Return Value

    The index of the C1DisplayColumn.
    See Also