PivotField.ChildField Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.