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