View | Details | Raw Unified | Return to bug 17222
Collapse All | Expand All

(-)jakarta-poi/src/java/org/apache/poi/hssf/model/Sheet.java (+4 lines)
Line 999 Link Here
999
        //If the row exists remove it, so that any cells attached to the row are removed
1000
        RowRecord existingRow = rows.getRow(row.getRowNumber());
1001
        if (existingRow != null)
1002
          rows.removeRow(existingRow);

Return to bug 17222