C1.WPF.Word.4.6.2 Assembly / C1.WPF.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 _
) 
 

Parameters

index
The specified index of the RTF bookmark.
See Also