* column/page unless it is at the top of the column
* area. */
// Remove spanning cells from RowSpanMgr?
resetProgress();
/* Remove the partially-laid out row area. */
container.removeChild(rowContainer);
return Status.AREA_FULL_NONE;
} else if (status == Status.AREA_FULL_SOME) {
/* Row is not keep-together, cell isn't spanning, and part
* of it fits. We can break the cell and the row. */
someCellDidNotLayoutCompletely = true;