Ejemplo n.º 1
0
 public ICell CopyCell(int sourceIndex, int targetIndex)
 {
     return(CellUtil.CopyCell(this, sourceIndex, targetIndex));
 }
Ejemplo n.º 2
0
 public ICell CopyCellTo(int targetIndex)
 {
     return(CellUtil.CopyCell(this.Row, this.ColumnIndex, targetIndex));
 }