[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IChartGroups

Interface IChartGroups

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

Represents a collection of all the IChartGroup objects in the specified chart.

public interface IChartGroups : IEnumerable<IChartGroup>, IEnumerable
Inherited Members
System.Collections.Generic.IEnumerable<GrapeCity.Documents.Excel.Drawing.IChartGroup>.GetEnumerator()

Properties

Count

Returns the number of objects in the collection (read-only).

int Count { get; }

Property Value

int

this[int]

Returns a single object from a collection.

IChartGroup this[int index] { get; }

Parameters

index int

Required Object. The name or index number for the object.

Property Value

IChartGroup

Parent

Returns the parent object for the specified object (read-only).

IChart Parent { get; }

Property Value

IChart