Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageColumnDefCollection Class / IndexOf Method
The PageColumnDef to search for.

In This Topic
    IndexOf Method (PageColumnDefCollection)
    In This Topic
    Returns the index of the specified PageColumnDef in the current collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal pageColumnDef As PageColumnDef _
    ) As Integer
    public int IndexOf( 
       PageColumnDef pageColumnDef
    )

    Parameters

    pageColumnDef
    The PageColumnDef to search for.

    Return Value

    The index of the specified column definition in the current collection.
    See Also