C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ListView Namespace / C1ListViewItemCollection Class / Insert Method
Position, value should be mayor or equal to 0
Child menu item

In This Topic
Insert Method (C1ListViewItemCollection)
In This Topic
Insert C1MenuItem item to specific position into the collection.
Syntax
'Declaration
 
Public Shadows Sub Insert( _
   ByVal index As System.Integer, _
   ByVal child As C1ListViewItem _
) 
 

Parameters

index
Position, value should be mayor or equal to 0
child
Child menu item
See Also