Object Reference : Object View and Procedure Reference : Spool
  
 
hide
Hides objects of specified type.
Syntax
spool_name.hide(object_list)
where object_list is a list of object types that will be made hidden in addition to what is already hidden. Object_list may be one or more of the following values: “graphs,” “tables,” and “text.”
Examples
spool01.hide(graphs, text)
hides all the graph and text objects in the spool object SPOOL01.
Cross-references
For additional discussion of spools see “Spool Objects”.