Returns the Shape object with the specified name in the Shapes collection.

 public Shape this[System.String name] { get; }
Public Default ReadOnly Property Item(ByVal name As String) As Shape

The name of the Shape to return.

The Shape object with the specified name.