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

value
Specifies the Bookmark object to be added to the collection.

Glossary Item Box

Adds the specified Bookmark object to the collection.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal value As Bookmark _
) As System.Integer
C# 
public System.int Add( 
   Bookmark value
)

Parameters

value
Specifies the Bookmark object to be added to the collection.

Return Value

An integer index of the added bookmark in the collection.

See Also