Describes a collection of C1HyperlinkInfo objects.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
[DefaultMemberAttribute("Item")]
public class C1HyperlinkInfoCollection : CollectionBase
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
<DefaultMemberAttribute("Item")> _
Public Class C1HyperlinkInfoCollection _
	Inherits CollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    C1.C1Preview..::..C1HyperlinkInfoCollection

See Also