ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfBookmarkCollection Class / Count Property

In This Topic
    Count Property (RtfBookmarkCollection)
    In This Topic
    Gets the number of Word/RTF bookmark in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    The number of bookmarks.
    See Also