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


group

Syntax

Visual Basic (Declaration)  
Public Overloads Function Add( _
   ByVal group As Group _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As GroupCollection
Dim group As Group
Dim value As Integer
 
value = instance.Add(group)
C#  
public int Add( 
   Group group
)

Parameters

group

See Also