DetailMaxHeight Property

Microsoft Office Web Components Visual Basic

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

expression.DetailMaxHeight

expression    Required. An expression that returns a PivotView object.