Object Reference : Object View and Procedure Reference : Coef
  
 
setwidth
Set the column width in a coefficient object spreadsheet view.
Syntax
coef_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
c1.setwidth 12
sets the width of the coef to 12 width units.
Cross-references
See Coef::setindent and Coef::setjust for details on setting indentation and justification.