ActiveReports 13
RemoveAt Method (BookmarksCollection)

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document.Section Namespace > BookmarksCollection Class : RemoveAt Method
Specifies the index of the Bookmark object to be removed from the collection.
Removes the Bookmark object at the specified index from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

Parameters

index
Specifies the index of the Bookmark object to be removed from the collection.
Exceptions
ExceptionDescription
index is less than zero.-or-index is equal to or greater than System.Collections.CollectionBase.Count.
See Also

Reference

BookmarksCollection Class
BookmarksCollection Members