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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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