Page tree
Skip to end of metadata
Go to start of metadata

Description

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

C#
vb.net

Parameters

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

Exceptions

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.
  • No labels