C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfBookmarkCollection Class / Item Property / Item(String) Property

In This Topic
Item(String) Property
In This Topic
Gets the Word/RTF bookmark at the specified name within the collection.
Syntax
'Declaration
 
Public Overloads Overridable ReadOnly Property Item( _
   ByVal name As String _
) As RtfBookmark
 

Parameters

name

Property Value

The bookmark for the Word/RTF document.
See Also