PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1HyperlinkInfo.AreaCollection Class / Item Property
The index in the collection.

In This Topic
    Item Property (C1HyperlinkInfo.AreaCollection)
    In This Topic
    Gets the element at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As C1HyperlinkInfo.Area
    public C1HyperlinkInfo.Area this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index in the collection.

    Property Value

    The element at the specified index.
    See Also