Trendlines 接口

定义

指定系列的所有 Trendline 对象的集合。

public interface class Trendlines : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("54B7061A-D56C-40E5-B85B-58146446C782")]
public interface Trendlines : System.Collections.IEnumerable
type Trendlines = interface
    interface IEnumerable
Public Interface Trendlines
Implements IEnumerable
属性
实现

注解

每个 Trendline 对象都表示图表中的一条趋势线。 趋势线显示的趋势,或者方向,一系列中的数据。

属性

Application

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

Count

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

Creator

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

Item[Object]

从集合中返回单个对象。

Parent

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

方法

_Default(Object)

仅供内部使用。

Add(XlTrendlineType, Object, Object, Object, Object, Object, Object, Object, Object)

创建新的趋势线。 返回 对象 Trendline

GetEnumerator()

指定系列的所有 Trendline 对象的集合。

适用于