ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word.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 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