ComponentOne Menus and Toolbars for WinForms
Insert Method (C1TopicPageCollection)

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

Parameters

index
value
See Also

Reference

C1TopicPageCollection Class
C1TopicPageCollection Members