[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfBookmarkCollection.Item

this Property

this[int]

Gets or sets the Word/RTF bookmark at the specified index within the collection.

Declaration
public virtual RtfBookmark this[int index] { get; set; }
Parameters
Type Name Description
int index
Property Value
Type Description
RtfBookmark

The bookmark for the Word/RTF document.

this[string]

Gets the Word/RTF bookmark at the specified name within the collection.

Declaration
public virtual RtfBookmark this[string name] { get; }
Parameters
Type Name Description
string name
Property Value
Type Description
RtfBookmark

The bookmark for the Word/RTF document.