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