Object Reference : Object View and Procedure Reference : Sym
  
 
setrowlabels
Set the row labels in a sym object.
Syntax
sym_name.setrowlabels label1 label2 label3....
Follow the setrowlabels command with a space delimited list of row labels. Note that each row label should not contain spaces unless it is enclosed in quotes. If you provide fewer labels than there are rows, EViews will use the corresponding default row names (“R11”, “R12”, etc...).
Examples
sym1.setrowlabels USA UK FRANCE
sets the row label for the first row in sym SYM1 to USA, the second to UK, and the third to FRANCE.
Cross-references
See also Sym::setcollabels.