BackColor Property Example

This example sets the font size, fore color, and back color for the label in the PivotTable list.

Set view = PivotTable1.ActiveView
view.Label.BackColor = "DarkSalmon"
view.Label.Font.Size = 16
view.Label.ForeColor = "Sienna"