8 results
sets the shape properties .
153. HSSFRow hssfRow = sheet.getRow(row); 157. HSSFCell hssfCell = hssfRow.getCell(col);
20 results
sets whether the rowcolheadings are shown in a viewer @ param show whether to show rowcolheadings or not
127. HSSFRow row = createRow(rowNumber); 128. cell = row.createCell(cellNumber);