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 Shape object with the specified name in the Shapes collection.

Signature
C#
C#
 public Shape this[System.String name] { get; }
Signature
vb.net
vb.net
Public Default ReadOnly Property Item(ByVal name As String) As Shape
Parameters
Param
name
name

The name of the Shape to return.

Returns

The Shape object with the specified name.