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


element
The element to remove.
Removes a specified element from this collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal element As Element _
) 
Visual Basic (Usage)Copy Code
Dim instance As ElementCollection
Dim element As Element
 
instance.Remove(element)
C# 
public void Remove( 
   Element element
)

Parameters

element
The element to remove.

See Also

© 2010 All Rights Reserved.