Object Reference : Object View and Procedure Reference : Series
  
 
setwidth
Set the column width for a series spreadsheet.
Syntax
series_name.setwidth width_arg
where width_arg specifies the width unit value. The width unit is computed from representative characters in the default font for the current spreadsheet (the EViews spreadsheet default font at the time the spreadsheet was created), and corresponds roughly to a single character. width_arg values may be non-integer values with resolution up to 1/10 of a width unit.
Examples
ser1.setwidth 12
sets the width of series SER1 to 12 width units.
Cross-references
See Series::setindent and Series::setjust for details on setting spreadsheet indentation and justification.