Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Removes the [Shape|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|Shapes.ListShapes()].{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 {{Shape}} to remove.{param}