ComponentOne Word for UWP
Item(String) Property

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfBookmarkCollection Class > Item Property : Item(String) Property
Gets the Word/RTF bookmark at the specified name within the collection.
Syntax
'Declaration
 
Public Overloads Overridable ReadOnly Property Item( _
   ByVal name As System.String _
) As RtfBookmark
public virtual RtfBookmark Item( 
   System.string name
) {get;}

Parameters

name

Property Value

The bookmark for the Word/RTF document.
See Also

Reference

RtfBookmarkCollection Class
RtfBookmarkCollection Members
Overload List