Accusoft.NotateXpress13.Net
RemoveAt Method (GroupElementCollection)




An integer which represents the zero-based index position of the element within the collection.
Removes the element which matches the given index from the group element collection.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As GroupElementCollection
Dim index As Integer
 
instance.RemoveAt(index)
public new void RemoveAt( 
   int index
)
public: new void RemoveAt( 
   int index
) 
public:
new void RemoveAt( 
   int index
) 

Parameters

index
An integer which represents the zero-based index position of the element within the collection.
See Also

Reference

GroupElementCollection Class
GroupElementCollection Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback