C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1HyperlinkInfoCollection Class / Add Method
The C1HyperlinkInfo to add.

In This Topic
Add Method (C1HyperlinkInfoCollection)
In This Topic
Adds a C1HyperlinkInfo to the current collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal hyperlinkInfo As C1HyperlinkInfo _
) As Integer
 

Parameters

hyperlinkInfo
The C1HyperlinkInfo to add.

Return Value

The index of the newly added object in the current collection.
See Also