AutoFit Property Example

This example disables automatic sizing for the PivotTable list and then sets its width.

PivotTable1.AutoFit = False
PivotTable1.Object.Width = 8000