ElementCollectionRemoveAt Method |
Removes
Element object having the the specified zero-based index from the collection.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
Parameters
- index
- Type: SystemInt32
The zero-based index of Element to be removed from the collection.
Exceptions See Also