{description}
{excerpt}Returns the [Shape|Shape] object at the specified position in the [Shapes|Shapes] collection.{excerpt}
{signature:C#}
 public Shape this[int position] { get; }
{signature}{signature:vb.net}
Public Default ReadOnly Property Item(ByVal position As Integer) As Shape
{signature}
{parameters}
{param:position}A valid index between 0 and [Shapes.Count|Shapes.Count].{param}
{returns}The {{Shape}} object at the specified position.{returns}