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

In This Topic
    Add Method (C1AnchorCollection)
    In This Topic
    Adds a C1Anchor to the current collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal anchor As C1Anchor _
    ) As Integer
    public int Add( 
       C1Anchor anchor
    )

    Parameters

    anchor
    The anchor to add.

    Return Value

    Index of the newly added anchor in the current collection.
    See Also