将指定单元格与另一表格单元格合并,成为一个单独的表格单元格。
public void mergeTo(int row, int col)
row - 目标单元格的行号。
row
col - 目标单元格的列号。
col