Adds an area to the current collection.

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

Syntax

C#
public int Add(
	C1HyperlinkInfo..::..Area area
)
Visual Basic
Public Function Add ( _
	area As C1HyperlinkInfo..::..Area _
) As Integer

Parameters

area
Type: C1.C1Preview..::..C1HyperlinkInfo..::..Area
The area to add.

Return Value

The index of the added area in the current collection.

See Also