dotnetCHARTING Send comments on this topic.
Remove Method
See Also 
dotnetCHARTING Namespace > SubValueCollection Class : Remove Method


subValue
The SubValue to remove.
Removes a specified SubValue from this collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal subValue As SubValue _
) 
Visual Basic (Usage)Copy Code
Dim instance As SubValueCollection
Dim subValue As SubValue
 
instance.Remove(subValue)
C# 
public void Remove( 
   SubValue subValue
)

Parameters

subValue
The SubValue to remove.

See Also

© 2010 All Rights Reserved.