ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfParamCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets C1.C1Word.IParagraphContent object of this collection.
    Syntax
    'Declaration
     
    Public Overloads Overridable ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As System.String
    public virtual System.string Item( 
       System.int index
    ) {get;}

    Parameters

    index
    See Also