Accusoft.NotateXpress13.Net
RemoveAt Method (GroupCollection)




A zero-based value which determines the location of the group to remove.
Removes a group within the group collection located at the given index.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As GroupCollection
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
A zero-based value which determines the location of the group to remove.
See Also

Reference

GroupCollection Class
GroupCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback