Back to Devexpress

BookmarkCollection.Create Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-bookmarkcollection-dot-create.md

latest764 B
Original Source

BookmarkCollection.Create Method

NameParametersDescription
Create(DocumentPosition, Int32, String)start, length, nameCreates a bookmark with the specified name for the range that starts at the specified position and has the specified length and adds it to the collection.
Create(DocumentRange, String)range, nameCreates a bookmark for the specified range with the specified name and adds it to the collection.