Share via


DetailMaxHeight Property

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.

Applies to | PivotView Object

See Also | DetailMaxWidth Property | DetailRowHeight Property | DetailWidth Property

expression.DetailMaxHeight

*expression   * Required. An expression that returns a PivotView object.