ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfBookmarkCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the Word/RTF bookmark at the specified index within the collection.
    Syntax
    'Declaration
     
    Public Overloads Overridable Property Item( _
       ByVal index As Integer _
    ) As RtfBookmark
    public virtual RtfBookmark Item( 
       int index
    ) {get; set;}

    Parameters

    index

    Property Value

    The bookmark for the Word/RTF document.
    See Also