PivotAxis 接口

定义

public interface class PivotAxis
[System.Runtime.InteropServices.Guid("00024482-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface PivotAxis
Public Interface PivotAxis
属性

属性

Application

在没有对象限定符的情况下使用时,此属性返回一个 _Application 表示 Microsoft Office Excel 应用程序的 对象。 如果与对象识别符一起使用,则此属性返回代表指定对象的创建者的 Application 对象。 此为只读属性。

Creator

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

Parent

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

PivotLines

返回 PivotLines 附加到指定 PivotAxis 对象的 。 此为只读属性。

适用于