DetailMaxWidth Property

Microsoft Office Web Components Visual Basic

Returns or sets the maximum width (in pixels) that the detail grid can attain when the value of the DetailAutoFit property is True. A scroll bar is displayed if the width of the detail grid would exceed the maximum width. The default value is 1024 pixels. This property is ignored if the value of the DetailAutoFit property is False. Read/write Long.

expression.DetailMaxWidth

expression    Required. An expression that returns a PivotView object.