Object Reference : Object View and Procedure Reference : Rowvector
  
 
setcollabels
Set the column labels in a rowvector object.
Syntax
rowvector_name.setcollabels label1 label2 label3....
Follow the setcollabels command with a space delimited list of column labels. Note that each column label should not contain spaces unless it is enclosed in quotes. If you provide fewer labels than there are columns, EViews will keep the corresponding default column names (“C11”, “C12”, etc...).
Examples
rvec1.setcollabels USA UK FRANCE
sets the column label for the first column in rowvector MAT1 to USA, the second to UK, and the third to FRANCE.
Cross-references
See Rowvector::setrowlabels.