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