Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Removes the Group object at the specified 0-based position in the collection.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Removes the [Group|Group] object at the specified 0\-based position in the collection.{excerpt}
{signature:C#}
 public void Remove(int position)
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub Remove(ByVal position As Integer)
Parameters

...

The 0-based index of the Group object to remove.

Exceptions
Exception
ArgumentOutOfRangeExceptionArgumentOutOfRangeExceptionCalling Remove with a shape group position less than 0 or greater than or equal to the number of shape groups will throw an ArgumentOutOfRangeException.
{signature}
{parameters}
{param:position}The 0\-based index of the {{Group}} object to remove.{param}
{exceptions}
{exception:ArgumentOutOfRangeException}
Calling {{Remove}} with a shape group position less than 0 or greater than or equal to the number of shape groups will throw an ArgumentOutOfRangeException.
{exception}