[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IGroupShapes

Interface IGroupShapes

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Represents the individual shapes within a grouped shape.

public interface IGroupShapes : IEnumerable
Inherited Members
System.Collections.IEnumerable.GetEnumerator()

Properties

Count

Returns the number of objects in the collection.

int Count { get; }

Property Value

int

this[int]

Returns a single object from a collection.

IShape this[int index] { get; }

Parameters

index int

The index number for the object.

Property Value

IShape

The object at the specified index.

this[string]

Returns a single object from a collection.

IShape this[string name] { get; }

Parameters

name string

The name for the object.

Property Value

IShape