PivotLineCells 接口

定义

PivotCell特定 PivotLine的 对象的集合。

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

注解

PivotLineCells 使用 (index) 方法可返回或指定集合中特定PivotCell对象的位置。 还可以指定 PivotField 对象或 PivotField 名称以返回单个 PivotCell 对象。

属性

_Default[Object]

PivotCell特定 PivotLine的 对象的集合。

Application

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

Count

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

Creator

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

Full

如果为 True,则会检索数据透视线中的所有 PivotLineCells (包括以压缩形式) 隐藏的那些单元格。 C#) 只读的布尔 (布尔

Item[Object]

返回集合对象的特定元素, PivotLineCells 该元素由其在集合中的位置标识。 此为只读属性。

Parent

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

方法

GetEnumerator()

PivotCell特定 PivotLine的 对象的集合。

适用于