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

In This Topic
Add Method (C1HyperlinkInfo.AreaCollection)
In This Topic
Adds an area to the current collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal area As C1HyperlinkInfo.Area _
) As Integer
 

Parameters

area
The area to add.

Return Value

The index of the added area in the current collection.
See Also