IdxRichEditBookmarkCollection Members
In This Article
#Properties
Name | Description |
---|---|
Count |
Returns the number of items within the list or collection.
Inherited from Idx |
Items | Provides access to a bookmark by their names in the collection. |
Self |
Provides zero-based indexed access to items within the list or collection.
Inherited from Idx |
#Methods
Name | Description |
---|---|
Create |
Creates a bookmark for the specified document range. |
Create |
|
Get |
Inherited from Idx |
Get |
Returns the number of items within the list or collection.
Inherited from Idx |
Get |
Returns the collection item by its zero-based index.
Inherited from Idx |
Get |
Provides access to a bookmark by the specified name. |
Remove |
Removes the specified bookmark from the collection. |
Select |
Selects a document range associated with the specified bookmark. |
See Also