ActiveReports Developer 7
RemoveAt Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > BookmarksCollection Class : RemoveAt Method

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

Glossary Item Box

Removes the Bookmark object at the specified index from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
C# 
public void RemoveAt( 
   System.int index
)

Parameters

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

See Also