Axes 接口

定义

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

public interface class Axes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("354AB591-A217-48B4-99E4-14F58F15667D")]
public interface Axes : System.Collections.IEnumerable
type Axes = interface
    interface IEnumerable
Public Interface Axes
Implements IEnumerable
属性
实现

注解

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

使用 Axes (Type) AxisGroup ,其中 Type 是轴类型,是 AxisGroup 轴组,以返回 Axes 包含单个 Axis 对象的集合。 Type 可以是以下 XlAxisType 枚举值之一: xlCategoryxlSeriesxlValueAxisGroup 可以是以下 XlAxisGroup 常量之一: xlPrimaryxlSecondary。 有关详细信息,请参阅 Axes(Object, XlAxisGroup) 方法。

属性

Application

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

Count

返回集合中对象的数目。

Creator

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

Item[XlAxisType, XlAxisGroup]

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

Parent

返回指定对象的父级。 此为只读属性。

方法

_Default(XlAxisType, XlAxisGroup)

仅供内部使用。

GetEnumerator()

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

适用于