[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfBookmarkCollection.Insert

Insert Method

Insert(int, RtfBookmark)

Inserts an item into the RTF bookmark collection of the RTF bookmark at the specified index.

Declaration
public void Insert(int index, RtfBookmark obj)
Parameters
Type Name Description
int index

The specified index of the RTF bookmark.

RtfBookmark obj

RTF bookmark for the RTF bookmark.