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


subValueCollection
The SubValueCollection to add.
Adds a specified SubValueCollection to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal subValueCollection As SubValueCollection _
) 
Visual Basic (Usage)Copy Code
Dim instance As SubValueCollection
Dim subValueCollection As SubValueCollection
 
instance.Add(subValueCollection)
C# 
public void Add( 
   SubValueCollection subValueCollection
)

Parameters

subValueCollection
The SubValueCollection to add.

See Also

© 2010 All Rights Reserved.