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.

...

Name

Description

Count

Excerpt Include
EW8:Shapes.CountEW8:
Shapes.Count
nopaneltrue
Indexers

Name

Description

Item(Int32)

Excerpt Include
EW8:Shapes.Item(Int32)EW8:
Shapes.Item(Int32)
nopaneltrue

Item(String)

Excerpt Include
EW8:Shapes.Item(String)EW8:
Shapes.Item(String)
nopaneltrue

...

Name

Description

AddShape(Shape)

Excerpt Include
EW8:Shapes.AddShape(Shape)EW8:
Shapes.AddShape(Shape)
nopaneltrue

CreateShape(ShapeType, Anchor)

Excerpt Include
EW8:Shapes.CreateShape(ShapeType, Anchor)EW8:
Shapes.CreateShape(ShapeType, Anchor)
nopaneltrue

GetEnumerator()

Excerpt Include
EW8:Shapes.GetEnumerator()EW8:
Shapes.GetEnumerator()
nopaneltrue

ListShapes()

Excerpt Include
EW8:Shapes.ListShapes()EW8:
Shapes.ListShapes()
nopaneltrue

Remove(Int32)

Excerpt Include
EW8:Shapes.Remove(Int32)EW8:
Shapes.Remove(Int32)
nopaneltrue

Remove(Shape)

Excerpt Include
EW8:Shapes.Remove(Shape)EW8:
Shapes.Remove(Shape)
nopaneltrue