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

The Shapes collection contains all Shape objects in the worksheet. To return a Shapes collection, use Worksheet.Shapes.

Signature
C#
C#
[DefaultMember("Item")]
 public sealed class Shapes : System.Collections.Generic.IEnumerable<Shape>
{signature}{signature:
}
Signature
vb.net
vb.net
<DefaultMember("Item")> _
	Public NotInheritable Class Shapes
		Implements System.Collections.Generic.IEnumerable(Of Shape)
{signature}
{properties}
||Name||Description||
|[Count|Shapes.Count]|{
Properties

Name

Description

Count

Excerpt Include

...

Shapes.Count

...

Shapes.Count
nopaneltrue
Indexers

Name

Description

Item(Int32)

...

Excerpt Include
Shapes.Item(Int32)

...

Shapes.Item(Int32)

...

nopanel

...

...

Excerpt Include
Shapes.Item(String)

...

Shapes.Item(String)

...

nopanel

...

true
Methods

Name

Description

AddShape(Shape)

...

Excerpt Include
Shapes.AddShape(Shape)

...

Shapes.AddShape(Shape)

...

nopanel

...

...

...

Excerpt Include
Shapes.CreateShape(ShapeType,

...

Anchor)

...

Shapes.CreateShape(ShapeType,

...

Anchor)

...

nopanel

...

...

Excerpt Include
Shapes.GetEnumerator()

...

Shapes.GetEnumerator()

...

nopanel

...

...

Excerpt Include
Shapes.ListShapes()

...

Shapes.ListShapes()

...

nopanel

...

...

Excerpt Include
Shapes.Remove(Int32)

...

Shapes.Remove(Int32)

...

nopanel

...

...

Excerpt Include
Shapes.Remove(Shape)

...

Shapes.Remove(Shape)

...

nopanel

...

true

...