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