/**
* Sets the left column to show in desktop window pane.
- * @param the left column to show in desktop window pane
+ * @param leftCol the left column to show in desktop window pane
*/
public void setLeftCol(short leftCol){
if (windowTwo!=null)
/**
* Sets desktop window pane display area, when the
* file is first opened in a viewer.
- * @param the top row to show in desktop window pane
- * @param the left column to show in desktop window pane
+ * @param toprow the top row to show in desktop window pane
+ * @param leftcol the left column to show in desktop window pane
*/
public void showInPane(short toprow, short leftcol){
this.sheet.setTopRow((short)toprow);