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

In This Topic
    RemoveAt Method (RtfBookmarkCollection)
    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 RTF bookmark.
    See Also