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

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

    Parameters

    index
    See Also