Returns the Picture object with the specified name in the Pictures collection. Picture is the indexer for the Pictures class.

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

A name assigned by Excel to a Picture.

The Picture object with the specified name.