Removes the Shape object at the specified position from the collection. The position will correspond to the position of the Shape within the array returned by ListShapes.

 public void Remove(int position)
Public Sub Remove(ByVal position As Integer)

The 0-based position of the Shape to remove.