public ICell CopyCell(int sourceIndex, int targetIndex) { return(CellUtil.CopyCell(this, sourceIndex, targetIndex)); }
public ICell CopyCellTo(int targetIndex) { return(CellUtil.CopyCell(this.Row, this.ColumnIndex, targetIndex)); }