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