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

In This Topic
    IndexOf Method (C1AnchorCollection)
    In This Topic
    Returns the index of a C1Anchor in the current collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal anchor As C1Anchor _
    ) As Integer
    public int IndexOf( 
       C1Anchor anchor
    )

    Parameters

    anchor
    The anchor to search for.

    Return Value

    The index of the specified anchor in the current collection, or -1.
    See Also