ActiveReports 8
RemoveAt Method (BookmarksCollection)

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 System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

index
Specifies the index of the Bookmark object to be removed from the collection.
See Also

Reference

BookmarksCollection Class
BookmarksCollection Members

Support Forum