SeriesCollection 接口

定义

指定图表或图表组中所有 Series 对象的集合。

public interface class SeriesCollection : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002086C-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SeriesCollection : System.Collections.IEnumerable
Public Interface SeriesCollection
Implements IEnumerable
属性
实现

注解

SeriesCollection(Object)使用 方法可返回 SeriesCollection 集合。

Add(Object, XlRowCol, Object, Object, Object)使用 方法创建新系列并将其添加到图表。

使用 SeriesCollection (index) (其中 index 是系列索引号或名称)返回单个 Series 对象。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。

Count

返回集合中对象的数目。

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。

Parent

返回指定对象的父对象。

方法

_Default(Object)

仅供内部使用。

Add(Object, XlRowCol, Object, Object, Object)

向集合中添加一个或多个新系列 SeriesCollection

Extend(Object, Object, Object)

向已存在的系列集合中添加新的数据点。

GetEnumerator()

指定图表或图表组中所有 Series 对象的集合。

Item(Object)

从集合中返回一个对象。

NewSeries()

创建新系列。 返回表示 Series 新序列的 对象。

Paste(XlRowCol, Object, Object, Object, Object)

将剪贴板中的数据粘贴到指定的系列集合中。

适用于