Object Reference : Object View and Procedure Reference : Rowvector
  
 
showlabels
Displays the custom row and column labels of a rowvector spreadsheet.
Syntax
rowvector_name.showlabels mode
where mode is either 0 or 1 where 0 displays the default row and column labels and 1 displays the custom row and column labels (if present).
Examples
r1.showlabels 1
displays the custom row and column labels for the R1 spreadsheet. If custom labels have not been set the default labels will be displayed.
r1.showlabels 0
displays the default row and column labels for the R1 spreadsheet.
Cross-references
See also Rowvector::setcollabels and Rowvector::setrowlabels.