PivotField.DisplayAsCaption Property

Excel Developer Reference

This property is used to display member properties of PivotFields as captions. Read-only.

Version Information
 Version Added:  Excel 2007

Syntax

expression.DisplayAsCaption

expression   A variable that represents a PivotField object.

Remarks

This property returns True when a given member property is used as a caption and False when a member property PivotField is not used as caption. Trying to use this property for PivotFields that are not member properties will return a run-time error.

See Also