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)

Syntax

'Declaration
<GuidAttribute("0002444C-0000-0000-C000-000000000046")> _
Public Interface CubeField
'Usage
Dim instance As CubeField
[GuidAttribute("0002444C-0000-0000-C000-000000000046")]
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.

See Also

Reference

CubeField Members

Microsoft.Office.Interop.Excel Namespace