Share via


PivotField.PropertyParentField Property

Returns a PivotField object representing the field to which the properties in this field pertain.

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

Syntax

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

value = instance.PropertyParentField
PivotField PropertyParentField { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.PivotField

Remarks

Valid only for fields that are member property fields.

If the IsMemberProperty property is False, using the PropertyParentField property will return a run-time error.

See Also

Reference

PivotField Interface

PivotField Members

Microsoft.Office.Interop.Excel Namespace