Show All

Width Property

       

Width property as it applies to the Window object.

Width property as it applies to the PivotAxisMember, PivotColumnMember, PivotFieldSet, PivotPageMember, PivotRowMember, PivotTable, and PivotTotal objects.

Width property as it applies to the PivotAggregate, PivotDetailCell, PivotResultAxis, PivotResultColumnAxis, PivotResultDataAxis, PivotResultFilterAxis, PivotResultGroupAxis, PivotResultLabel, PivotResultPageAxis, and PivotResultRowAxis objects.

Width property as it applies to the Range object.

Remarks

The AutoFit property of the PivotTable list is set to False when the value of the Width property is changed.

Example

This example sets the width of the PivotTable list to 150 points.

PivotTable1.Object.Width = 150