PivotLine 接口

定义

PivotLine对象是 Excel PivotTable中的行或列的行。

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

注解

PivotLine 包含可见项,因此集合中 PivotLines 不存在项和隐藏级别的项的折叠子级。

始终 PivotLine 在所有位置都有 PivotItem 。 这意味着 表示 中PivotLinePivotTable小计的 s 比常规 PivotLines 包含的 s 要少PivotItem

属性

Application

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

Creator

返回一个 32 位 Integer ,指示创建此对象时所使用的应用程序。 此为只读属性。

LineType

返回一个常量,该常量指示 的类型 PivotLine。 此为只读属性。

Parent

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

PivotLineCells

返回 中的 PivotLine对象的集合PivotCell。 此为只读属性。

PivotLineCellsFull

检索所有单元格, PivotLine 包括以压缩形式隐藏的单元格。

Position

返回或设置 的位置 PivotLine。 此为只读属性。

适用于