User Guide
642
Chapter 46
or removing a selection:
objPivotTable.ClearSelection
Some methods return another object. Such methods are extremely important for
navigating the object hierarchy. For example, the GetDesignatedOutputDoc
method retu
rns the designated output document, allowing you to access the items in
that output document:
Set objOutputDoc = objSpssApp.GetDesignatedOutputDoc
Set objItems = objOutputDoc.Items
Object Browser
The object browser displays all object classes and the methods and properties
associated
with each. You can also access Help on individual properties and methods
and paste selected properties and methods into your script.
Figure 46-
13
Object bro
wser