MailBee.NET Objects 7.2

ElementCollection.RemoveAt Method 

Removes Element object having the the specified zero-based index from the collection.

new public void RemoveAt(
   int index
);

Parameters

index
The zero-based index of Element to be removed from the collection.

Implements

IList.RemoveAt

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The specified index does not exist.

See Also

ElementCollection Class | MailBee.Html Namespace | Remove | RemoveByName