PrintRange Method (Python)
Sets the print range for the output document.
Syntax
SpssOutputDoc.PrintRange(range)
Parameters
range. An integer specifying the print range: 0 for all expanded output, 1 for all selected items.
You can specify print options using the SetPrintOptions method.
You print an output document using the PrintOutputDoc method from the SpssOutputUI
class.