Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the [Shape|Shape] object with the specified name in the [Shapes|Shapes] collection.{excerpt}
{signature:C#}
 public Shape this[System.String name] { get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Default ReadOnly Property Item(ByVal name As String) As Shape
Parameters
Param
namename

The name of the Shape to return.

Returns
The Shape object with the specified name.
{signature}
{parameters}
{param:name}The name of the {{Shape}} to return.{param}
{returns}The {{Shape}} object with the specified name.{returns}