Object Reference : Object View and Procedure Reference : Vector
  
 
setcollabels
Set the column label in a vector object.
Syntax
vector_name.setcollabels label1
Follow the setcollabels command with the column label. Note that the column label should not contain spaces unless it is enclosed in quotes.
Examples
vec1.setcollabels MyResults
sets the column label to “MyResults”.
Cross-references
See also Vector::setrowlabels.