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