Object Reference : Object View and Procedure Reference : Spool
  
 
tablemode
Set display mode for tables and text objects in the spool.
Syntax
spool_name.tablemode(options) [size_arg]
where size_arg is an optional size argument (in virtual inches) used for the “variablelimit” mode, and options may be used to specify the mode. If size_arg is not provided, the default EViews setting will be used.
Options
 
type=arg
where arg is “variable” or “variablelimit” (default).
The “variablelimit” mode may be used to specify the maximum size of table objects in the spool, while “variable” allows tables to be displayed at their native sizes.
Examples
spool01.tablemode(type=variablelimit) 5
sets all table to be displayed with a maximum width of 5 virtual inches, while
spool01.tablemode(type=variable)
displays tables at their original sizes.
Cross-references
For additional discussion of spools see “Spool Objects”.
See also Spool::graphmode.