ActiveReports.Viewer3 Request technical support
Add Method
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal value As Bookmark _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As BookmarksCollection
Dim value As Bookmark
Dim value As Integer
 
value = instance.Add(value)
C# 
public 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