{description} {excerpt}Returns the [Picture|Picture] object with the specified name in the [Pictures|Pictures] collection. {{Picture}} is the indexer for the {{Pictures}} class.{excerpt} {signature:C#} public Picture this[System.String name] { get; } {signature}{signature:vb.net} Public Default ReadOnly Property Item(ByVal name As String) As Picture {signature} {parameters} {param:name}A name assigned by Excel to a Picture.{param} {returns}The {{Picture}} object with the specified name.{returns} |