True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumnCollection Class / IndexOf Method / IndexOf(C1DataColumn) Method

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

    Parameters

    dc

    Return Value

    The index of the the C1DataColumn.
    See Also