PivotLayout Interface

Definition

Represents the placement of fields in a PivotChart report.

public interface class PivotLayout
[System.Runtime.InteropServices.Guid("0002444A-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface PivotLayout
Public Interface PivotLayout
Attributes

Remarks

Use the PivotLayout property to return a PivotLayout object.

Properties

Application

Returns an Application object that represents the Microsoft Excel application.

ColumnFields[Object]

Reserved for internal use.

Creator

Returns a 32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C.

CubeFields

Reserved for internal use.

DataFields[Object]

Reserved for internal use.

HiddenFields[Object]

Reserved for internal use.

InnerDetail

Reserved for internal use.

PageFields[Object]

Reserved for internal use.

Parent

Returns the parent object for the specified object.

PivotCache

Reserved for internal use.

PivotFields[Object]

Reserved for internal use.

PivotTable

Returns a PivotTable object that represents the PivotTable report containing the upper-left corner of the specified range, or the PivotTable report associated with the PivotChart report.

RowFields[Object]

Reserved for internal use.

VisibleFields[Object]

Reserved for internal use.

Methods

AddFields(Object, Object, Object, Object)

Reserved for internal use.

Applies to