Share via


PivotField.ChildField Property

Returns a PivotField object that represents the child field for the specified field (if the field is grouped and has a child field). Read-only.

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

Syntax

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

value = instance.ChildField
PivotField ChildField { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.PivotField

Remarks

If the specified field has no child field, this property causes an error.

This property is not available for OLAP data sources.

See Also

Reference

PivotField Interface

PivotField Members

Microsoft.Office.Interop.Excel Namespace