Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
 public Picture this[System.String name] { get; }
{signature}{signature:
}
Signature
vb.net
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}
Parameters
Param
name
name

A name assigned by Excel to a Picture.

Returns

The Picture object with the specified name.