cellPropertyStore = cell.getCellPropertyStore(0,0);
firstCellCharacterPropertyStore = cell.getCharacterPropertyStore();
}
catch(TextException excep) {
CloneException cloneException = new CloneException(excep.getMessage());
cloneException.initCause(excep);
throw cloneException;
}
}
//----------------------------------------------------------------------------
/**