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