Beispiel #1
0
 public override Cell MoveContents(int deltaCol, int deltaRow)
 {
     // FIXME: loses sharing of the CachedArrayFormula; but then again
     // an array formula should never be moved cell by cell, but in its
     // entirety, and in one go.
     return(new ArrayFormula(caf.MoveContents(deltaCol, deltaRow), ca));
 }