PivotLineCells Interface

Definition

Collection of PivotCell objects for a specific 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
Attributes
Implements

Remarks

Use the PivotLineCells (index) method to return or specify the location of a specific PivotCell object in the collection. You can also specify a PivotField object or the PivotField name to return a single PivotCell object.

Properties

_Default[Object]
Application

When used without an object qualifier, this property returns an _Application object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns the creator of the specified object. Read-only.

Count

Returns the number of items in the PivotLineCells collection. Read-only.

Creator

Returns a 32-bit Integer that indicates the application in which this object was created. Read-only.

Full

When True, all of the PivotLineCells in the PivotLine (including those that are hidden in compact form) are retrieved. Boolean (bool in C#) Read-only

Item[Object]

Returns a specific element of the PivotLineCells collection object identified by its position in the collection. Read-only.

Parent

Returns the parent object for the specified PivotLineCells object. Read-only.

Methods

GetEnumerator()

Applies to