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


groupName
Removes a Group with the specified name from this collection.

Syntax

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

Parameters

groupName

See Also

© 2010 All Rights Reserved.