ElementCollectionAddRange Method (ElementCollection, Int32, Int32, Int32) |
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void AddRange(
ElementCollection elems,
int srcIndex,
int count,
int destIndex
)
Public Sub AddRange (
elems As ElementCollection,
srcIndex As Integer,
count As Integer,
destIndex As Integer
)
Parameters
- elems
- Type: MailBee.HtmlElementCollection
The source ElementCollection to add elements from. - srcIndex
- Type: SystemInt32
The zero-based index in elems collection from which to
copy the elements. - count
- Type: SystemInt32
Number of elements to be added from elems collection. - destIndex
- Type: SystemInt32
The zero-based index in the current collection where to insert the first element
from the copied range.
Exceptions See Also