SeriesCollection 接口

定义

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

public interface class SeriesCollection : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8FEB78F7-35C6-4871-918C-193C3CDD886D")]
public interface SeriesCollection : System.Collections.IEnumerable
type SeriesCollection = interface
    interface IEnumerable
Public Interface SeriesCollection
Implements IEnumerable
属性
实现

注解

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

Extend(Object, Object, Object)使用 方法扩展现有系列。

属性

Application

在没有对象限定符的情况下使用时,此属性返回表示 _Application Microsoft Word 应用程序的 对象。 如果与对象识别符一起使用,则此属性返回代表指定对象的创建者的 Application 对象(可以将此属性与 OLE 自动化对象一起使用以返回该对象的应用程序)。 只读。

Count

返回一个 Integer 值,该值代表集合中的对象数。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 只读 Integer

Item[Object]

从集合中返回一个对象。

Parent

返回指定对象的父级。 只读 对象

方法

_Default(Object)

仅供内部使用。

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

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

Extend(Object, Object, Object)

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

GetEnumerator()

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

NewSeries()

创建新系列。

适用于