Remove the Bookmark at the specified location.
[C#] void RemoveAt(int index)
void RemoveAt(int index)
Use this method to remove the Bookmark at the specified location.
The Bookmarks that follow the removed Bookmark move up to occupy the empty spot.
None.