ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfInnerContent Class / RemoveAt Method
The specified index of the Wird/RTF object.

In This Topic
    RemoveAt Method (RtfInnerContent)
    In This Topic
    Removes the item at the specified index within the collection.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The specified index of the Wird/RTF object.
    See Also