Adds a C1HyperlinkInfo to the current collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int Add(
	C1HyperlinkInfo hyperlinkInfo
)
Visual Basic
Public Function Add ( _
	hyperlinkInfo As C1HyperlinkInfo _
) As Integer

Parameters

hyperlinkInfo
Type: C1.C1Preview..::..C1HyperlinkInfo
The C1HyperlinkInfo to add.

Return Value

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

See Also