Accusoft.NotateXpress13.Net
Insert Method (GroupElementCollection)




The zero-based index at which the given element should be inserted.
The element.
Inserts an Element into the collection at the given index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal element As Element _
) 
'Usage
 
Dim instance As GroupElementCollection
Dim index As Integer
Dim element As Element
 
instance.Insert(index, element)
public void Insert( 
   int index,
   Element element
)
public: void Insert( 
   int index,
   Element* element
) 
public:
void Insert( 
   int index,
   Element^ element
) 

Parameters

index
The zero-based index at which the given element should be inserted.
element
The element.
See Also

Reference

GroupElementCollection Class
GroupElementCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback