Exemplo n.º 1
0
 /**
  * Sets whether the RowColHeadings are shown in a viewer
  *
  * @param show whether to show RowColHeadings or not
  */
 public void setDisplayRowColHeadings(boolean show) {
   _sh.setDisplayRowColHeadings(show);
 }