PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1HyperlinkInfo.AreaCollection Class / Add Method
The area to add.

In This Topic
    Add Method (C1HyperlinkInfo.AreaCollection)
    In This Topic
    Adds an area to the current collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal area As C1HyperlinkInfo.Area _
    ) As Integer
    public int Add( 
       C1HyperlinkInfo.Area area
    )

    Parameters

    area
    The area to add.

    Return Value

    The index of the added area in the current collection.
    See Also