Object Reference : Object View and Procedure Reference : Rowvector
  
 
setwidth
Set the column width for all columns in a rowvector object spreadsheet.
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
rv1.setwidth 12
sets the width of all columns in rowvector RV1 to 12 width units.
Cross-references
See Rowvector::setindent and Rowvector::setjust for details on setting spreadsheet indentation and justification.