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