ComponentOne Menus and Toolbars for WinForms
Insert Method (C1TopicLinkCollection)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1TopicLinkCollection Class : Insert Method
Inserts the link into the specified zero-based position.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As C1TopicLink _
) 
public void Insert( 
   System.int index,
   C1TopicLink value
)

Parameters

index
value
See Also

Reference

C1TopicLinkCollection Class
C1TopicLinkCollection Members