ComponentOne Word for WPF
C1.WPF.Word.4.5.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
    public virtual RtfBookmark Item( 
       string name
    ) {get;}

    Parameters

    name

    Property Value

    The bookmark for the Word/RTF document.
    See Also