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