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


subValue
The SubValue to add.
Adds a specified SubValue class to this collection.

Syntax

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

Parameters

subValue
The SubValue to add.

Return Value

The zero-based index of the added SubValue.

See Also