dotnetCHARTING Send comments on this topic.
Remove(Group) Method
See Also 
dotnetCHARTING.Mapping Namespace > GroupCollection Class > Remove Method : Remove(Group) Method


group
The Group to remove.
Removes a specified Group from this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Remove( _
   ByVal group As Group _
) 
Visual Basic (Usage)Copy Code
Dim instance As GroupCollection
Dim group As Group
 
instance.Remove(group)
C# 
public void Remove( 
   Group group
)

Parameters

group
The Group to remove.

See Also

© 2010 All Rights Reserved.