CubeField Interface 

Represents a hierarchy or measure field from an OLAP cube.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class ubeFieldImplementation
    Implements CubeField
End Class
Dim ubeFieldImplementation1 As New ubeFieldImplementation()

Syntax

Public Interface CubeField
public interface CubeField
public interface class CubeField
public interface CubeField
public interface CubeField

Remarks

In a PivotTable report, the CubeField object is a member of the CubeFields collection.

Use the CubeField property to return the CubeField object.

Use CubeFields(index), where index is the cube field’s index number, to return a single CubeField object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

CubeField Members