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
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:vb.net}
<DefaultMember("Item")> _
	Public NotInheritable Class Shapes
		Implements System.Collections.Generic.IEnumerable(Of Shape)
{signature}
{properties}
||Name||Description||
|[Count|Shapes.Count]|{excerpt-include:Shapes.Count|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=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}|