GrapeCity.ActiveReports.Document.v9 Assembly > GrapeCity.ActiveReports.Document.Section Namespace : BookmarksCollection Class |
For a list of all members of this type, see BookmarksCollection members.
Name | Description | |
---|---|---|
Add | Adds the specified Bookmark object to the collection. | |
Clear | Removes all bookmarks from the collection. | |
Contains | Determines whether the specified bookmark object exists in the collection. | |
CopyTo | Copies the Bookmarks collection from the specified report to a Bookmarks collection at the specified index. | |
Dispose | Releases the BookmarksCollection instance from memory. | |
FillTree | Loads the Bookmark objects into the Windows Forms TreeView control. | |
IndexOf | Returns the index of the specified Bookmark object in the collection. | |
Insert | Inserts the specified Bookmark object at the specified index in the collection. | |
Remove | Removes the specified Bookmark object from the collection. | |
RemoveAt | Removes the Bookmark object at the specified index from the collection. (Inherited from System.Collections.CollectionBase) |