OleObjectCollection.RemoveAt

OleObjectCollection.RemoveAt method

Removes the element at the specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The specified index.

See Also