ElementCollectionRemove Method |
Removes the specified
Element object from the collection.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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