Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1AnchorCollection Class / Item Property

In This Topic
    Item Property (C1AnchorCollection)
    In This Topic
    Gets or sets the C1Anchor at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As C1Anchor
    public C1Anchor this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also