Adds multiple elements to the collection.
Adds all elements of another collection to the current collection.
public void AddRange(ElementCollection);
Adds elements from another ElementCollection object within the specified range.
public void AddRange(ElementCollection,int,int,int);
ElementCollection Class | MailBee.Html Namespace