Points 接口

定义

图表中指定系列中的所有 Point 对象的集合。

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

注解

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

使用 Points (index) (其中 index 是点索引号)返回单个 Point 对象。 点在系列从左至右编号。 Points(1) 为最左边的数据点,而 Points(Points.Count) 为最右边的数据点。

属性

Application

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

Count

返回集合中对象的数目。

Creator

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

Parent

返回指定对象的父对象。

方法

_Default(Int32)

仅供内部使用。

GetEnumerator()

图表中指定系列中的所有 Point 对象的集合。

Item(Int32)

从集合中返回一个对象。

适用于