Page tree

Versions Compared

Key

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

Excerpt

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

Signature
C#C#
Wiki Markup
{description}
{excerpt}The [Shapes|Shapes] collection contains all [Shape|Shape] objects in the worksheet. To return a {{Shapes}} collection, use [Worksheet.Shapes|Worksheet.Shapes].{excerpt}
{signature: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)
Properties

...

Name

...

Description

...

Count

{signature}
{properties}
||Name||Description||
|[Count|Shapes.Count]|{excerpt-include

...

:Shapes.Count

...

Indexers

...

Name

...

Description

|nopanel=true}|
{indexers}
||Name||Description||
|[Item(Int32)

...

|Shapes.Item(Int32)

...

]|{excerpt-include:Shapes.Item(Int32)

...

|nopanel

...

=true}|
|[Item(String)

...

|Shapes.Item(String)

...

]|{excerpt-include:Shapes.Item(String)

...

|nopanel

...

Methods

...

Name

...

Description

=true}|
{methods}
||Name||Description||
|[AddShape(Shape)

...

|Shapes.AddShape(Shape)

...

]|{excerpt-include:Shapes.AddShape(Shape)

...

|nopanel

...

=true}|
|[CreateShape(ShapeType, Anchor)

...

|Shapes.CreateShape(ShapeType, Anchor)

...

]|{excerpt-include:Shapes.CreateShape(ShapeType, Anchor)

...

|nopanel

...

=true}|
|[GetEnumerator()

...

|Shapes.GetEnumerator()

...

]|{excerpt-include:Shapes.GetEnumerator()

...

|nopanel

...

=true}|
|[ListShapes()

...

|Shapes.ListShapes()

...

]|{excerpt-include:Shapes.ListShapes()

...

|nopanel

...

=true}|
|[Remove(Int32)

...

|Shapes.Remove(Int32)

...

]|{excerpt-include:Shapes.Remove(Int32)

...

|nopanel

...

=true}|
|[Remove(Shape)

...

|Shapes.Remove(Shape)

...

]|{excerpt-include:Shapes.Remove(Shape)

...

|nopanel

...

=true}|