GetSpecificType Method (Python)
Returns an object of a specific output type, such as a pivot table
or header item. You will need to call this method before using methods
specific to that type of output item. For example, before you can
use the methods available for a pivot table, you must call GetSpecificType
on the associated SpssOutputItem
object. The set of output
types is listed in the description of the GetType method.
Syntax
object=SpssOutputItem.GetSpecificType()
For
an example of using the GetSpecificType
method, see SpssPivotTable Class (Python).