Remove Method (SeriesCollection)
In This Topic
Removes the first occurrence of a specific series from the collection.
Syntax
'Declaration
Public Sub Remove( _
ByVal As Series _
)
public void Remove(
Series
)
Parameters
- value
- The series to remove.
See Also