ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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 System.Integer _
    ) 
    public void RemoveAt( 
       System.int index
    )

    Parameters

    index
    The specified index of the RTF bookmark.
    See Also