PivotTable.ShowValuesRow Property

Definition

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.

Applies to