Accusoft.NotateXpress13.Net
Remove Method (GroupCollection)




A Group which represents the group to remove from the collection.
Removes the given Group from the group collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal group As Group _
) 
'Usage
 
Dim instance As GroupCollection
Dim group As Group
 
instance.Remove(group)
public void Remove( 
   Group group
)
public: void Remove( 
   Group* group
) 
public:
void Remove( 
   Group^ group
) 

Parameters

group
A Group which represents the group to remove from the collection.
See Also

Reference

GroupCollection Class
GroupCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback