ElementCollectionAddRange Method (ElementCollection)
Adds all elements of another collection to the current collection.

Namespace: MailBee.Html
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public void AddRange(
	ElementCollection elems
)

Parameters

elems
Type: MailBee.HtmlElementCollection
The elements from ElementCollection object to be added.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionelems is a null reference (Nothing in Visual Basic).
See Also