[]
Represents a shape range, which is a set of shapes on a document.
public interface IShapeRange : IReadOnlyList<IShape>, IReadOnlyCollection<IShape>, IEnumerable<IShape>, IEnumerable
Public Interface IShapeRange
Inherits IReadOnlyList(Of IShape), IReadOnlyCollection(Of IShape), IEnumerable(Of IShape), IEnumerable
| Name | Description |
|---|---|
| this[string] | Returns a single object from a collection. |
| Name | Description |
|---|---|
| Group() | Groups the shapes in the specified range. |