Share via


PivotLines 接口

定义

对象 PivotLines 是 中行 PivotTable的集合,其中包含透视表的行或列上的所有行。 每行都是一组 PivotCell

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

属性

_Default[Object]

对象 PivotLines 是 中行 PivotTable的集合,其中包含透视表的行或列上的所有行。 每行都是一组 PivotCell

Application

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

Count

返回集合中的 PivotLines 项数。 此为只读属性。

Creator

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

Item[Object]

按集合对象在集合中的位置返回集合对象的特定元素 PivotLines 。 此为只读属性。

Parent

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

方法

GetEnumerator()

对象 PivotLines 是 中行 PivotTable的集合,其中包含透视表的行或列上的所有行。 每行都是一组 PivotCell

适用于