Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ParagraphObjectCollection Class / Item Property
The index in the current collection.

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

    Parameters

    index
    The index in the current collection.

    Property Value

    The ParagraphObject at the specified index.
    See Also