Attachments.Remove(Int32) Method

Definition

Removes an object from the collection.

public:
 void Remove(int Index);
public void Remove (int Index);
Public Sub Remove (Index As Integer)

Parameters

Index
Int32

The 1-based index value of the object within the collection.

Applies to