[]
Represents a collection of GroupShape objects.
public class GroupShapeCollection : ContentObjectCollection<GroupShape>, IContentList<GroupShape>, IReadOnlyList<GroupShape>, IReadOnlyCollection<GroupShape>, IEnumerable<GroupShape>, IEnumerable
Public Class GroupShapeCollection
Inherits ContentObjectCollection(Of GroupShape)
Implements IContentList(Of GroupShape), IReadOnlyList(Of GroupShape), IReadOnlyCollection(Of GroupShape), IEnumerable(Of GroupShape), IEnumerable
Name | Description |
---|---|
Add() | Adds a GroupShape to this collection at the End location. |
Add(float, float) | Inserts a GroupShape into this collection at the End location. |
Insert(RangeLocation) | Inserts a GroupShape into this collection at a specified location. |
Insert(float, float, RangeLocation) | Inserts a GroupShape into this collection at a specified location. |