PivotField.ChildField Property

Definition

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.

public:
 property Microsoft::Office::Interop::Excel::PivotField ^ ChildField { Microsoft::Office::Interop::Excel::PivotField ^ get(); };
public Microsoft.Office.Interop.Excel.PivotField ChildField { get; }
Public ReadOnly Property ChildField As PivotField

Property Value

Remarks

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

This property is not available for OLAP data sources.

Applies to