SetSelected Method (Python)

Specifies whether the current output item is set as selected. You can use the IsSelected method to determine if a given item is already selected.

Syntax

SpssOutputItem.SetSelected(selected)

Parameters

selected. True to set this item as selected, False to set it as not selected.