{description}
{excerpt}Deletes the specified [Picture|Picture] object from the worksheet.{excerpt}
{signature:C#}
 public void Remove(int position)
{signature}{signature:vb.net}
Public Sub Remove(ByVal position As Integer)
{signature}
{parameters}
{param:position}The 0\-based position of the {{Picture}} object in the array returned by [Pictures.ListPictures|Pictures.ListPictures()].{param}