PivotField.CubeField Property

Returns the CubeField object from which the specified PivotTable field is descended. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property CubeField As CubeField
    Get
'Usage
Dim instance As PivotField
Dim value As CubeField

value = instance.CubeField
CubeField CubeField { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.CubeField

See Also

Reference

PivotField Interface

PivotField Members

Microsoft.Office.Interop.Excel Namespace