The Shapes collection contains all Shape objects in the worksheet. To return a Shapes collection, use Worksheet.Shapes.

[DefaultMember("Item")]
 public sealed class Shapes : System.Collections.Generic.IEnumerable<Shape>
<DefaultMember("Item")> _
	Public NotInheritable Class Shapes
		Implements System.Collections.Generic.IEnumerable(Of Shape)

Name

Description

Count

Name

Description

Item(Int32)

Item(String)

Name

Description

AddShape(Shape)

CreateShape(ShapeType, Anchor)

GetEnumerator()

ListShapes()

Remove(Int32)

Remove(Shape)