[]
Represents a shape range, which is a set of shapes on a document.
public interface IShapeRange : IReadOnlyList<IShape>, IReadOnlyCollection<IShape>, IEnumerable<IShape>, IEnumerable
Returns a single object from a collection.
IShape this[string index] { get; }
index
stringGroups the shapes in the specified range.
IShape Group()
A Shape object that represents the grouped shape.