Gets the element at the specified index.

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

Syntax

C#
public C1HyperlinkInfo..::..Area this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As C1HyperlinkInfo..::..Area
	Get

Parameters

index
Type: System..::..Int32
The index in the collection.

Return Value

The element at the specified index.

See Also