IChartGroups Interface
Represents a collection of all the IChartGroup objects in the specified chart.
Assembly: DS.Documents.Excel.dll
Syntax
public interface IChartGroups : IEnumerable<IChartGroup>, IEnumerable
Public Interface IChartGroups
Inherits IEnumerable(Of IChartGroup), IEnumerable
Properties
Name |
Description |
Count
|
Returns the number of objects in the collection (read-only).
|
this[int]
|
Returns a single object from a collection.
|
Parent
|
Returns the parent object for the specified object (read-only).
|