Accusoft.NotateXpress13.Net
Insert Method (GroupCollection)




The zero-based index at which the Group should be inserted.
A Group which represents the group to add to the collection.
Inserts a Group at the given index location within the group collection.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal group As Group _
) 
'Usage
 
Dim instance As GroupCollection
Dim index As Integer
Dim group As Group
 
instance.Insert(index, group)
public void Insert( 
   int index,
   Group group
)
public: void Insert( 
   int index,
   Group* group
) 
public:
void Insert( 
   int index,
   Group^ group
) 

Parameters

index
The zero-based index at which the Group should be inserted.
group
A Group which represents the group to add to the collection.
See Also

Reference

GroupCollection Class
GroupCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback