Accusoft.NotateXpress13.Net
Insert Method (ElementCollection)




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

Parameters

index
An integer value which represents the zero-based index at which the Element should be inserted.
element
The Element to insert into the collection.
See Also

Reference

ElementCollection Class
ElementCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback