[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IChartGroups

IChartGroups Interface

表示指定图表中所有IChartGroup 对象的集合。

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: GcDocs.Excel.dll
Syntax
public interface IChartGroups : IEnumerable<IChartGroup>, IEnumerable

Properties

Name Description
Count

返回集合中的对象数量(只读)。

this[int]

从集合中返回单个对象。

Parent

返回指定对象的上层对象(只读)。