Axes 接口

定义

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

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

注解

Axes(Object, XlAxisGroup)使用 方法返回 Axes 集合。

使用 Axes (typegroup) ,其中 type 是轴类型,是 group 轴组,以返回单个 Axis 对象。 Type 可以是以下 XlAxisType 常量之一: xlCategoryxlSeriesxlValueGroup 可以是以下 XlAxisGroup 常量之一: xlPrimaryxlSecondary。 有关详细信息,请参阅此 方法。

属性

Application

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

Count

返回集合中对象的数目。

Creator

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

Parent

返回指定对象的父对象。

方法

_Default(XlAxisType, XlAxisGroup)

仅供内部使用。

GetEnumerator()

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

Item(XlAxisType, XlAxisGroup)

从集合中返回单个 AxisAxes 对象。

适用于