AttachmentCollection.RemoveAt(Int32) Method

Definition

Removes the attachment at the specified index (location) in the collection.

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

The index of the attachment to be removed from the collection.

Applies to