SetRowsToDisplayRowCount Method (Python)

Sets the number of rows to be displayed at a time for the current pivot table. Note that you must also call the DisplayTableByRows method with an argument of True to specify that the table is to be displayed a fixed number of rows at a time.

Note: This method is only available for legacy tables. See the topic Compatibility with previous releases for more information.

Syntax

SpssPivotTable.SetRowsToDisplayRowCount(number)

Parameters

number. An integer specifying the number of rows to display at a time.