ElementCollectionRemove Method |
Removes the specified
Element object from the collection.
Namespace: MailBee.HtmlAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic bool Remove(
Element elem
)
Public Function Remove (
elem As Element
) As Boolean
Parameters
- elem
- Type: MailBee.HtmlElement
The Element object to be removed from the collection.
Return Value
Type:
Booleantrue if the specified
Element was found and removed; otherwise,
false.
Exceptions
See Also