PivotTable.ShowValuesRow 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.
Gets or sets whether the values row is displayed.
public:
property bool ShowValuesRow { bool get(); void set(bool value); };
public bool ShowValuesRow { get; set; }
Public Property ShowValuesRow As Boolean
Property Value
true if the values row is displayed; otherwise, false.
Remarks
Read/write.
This property corresponds to the setting of the Show the Values row check box on the Display tab of the PivotTable Options dialog box.