Object Reference : Object View and Procedure Reference : Sym
  
 
showlabels
Displays the custom row and column labels of a sym spreadsheet.
Syntax
sym_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
s1.showlabels 1
displays the custom row and column labels for the S1 spreadsheet. If custom labels have not been set the default labels will be displayed.
s1.showlabels 0
displays the default row and column labels for the S1 spreadsheet.
Cross-references
See also Sym::setcollabels and Sym::setrowlabels.