[]
Represents the individual shapes within a grouped shape.
public interface IGroupShapes : IEnumerable
Returns the number of objects in the collection.
int Count { get; }
Returns a single object from a collection.
IShape this[int index] { get; }
index
intThe index number for the object.
The object at the specified index.
Returns a single object from a collection.
IShape this[string name] { get; }
name
stringThe name for the object.