Share via


ShapeCollection.GetChildIndex Method

 

Retrieves the index of the specified Shape in the ShapeCollection.

Namespace:   Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Overload List

Name Description
System_CAPS_pubmethod GetChildIndex(Shape)

Retrieves the index of the specified Shape in the ShapeCollection.

System_CAPS_pubmethod GetChildIndex(Shape, Boolean)

Retrieves the index of the specified Shape in the ShapeCollection, and optionally raises an exception if the specified Shape is not in the ShapeCollection.

See Also

ShapeCollection Class
Microsoft.VisualBasic.PowerPacks Namespace

Return to top