ses-relocate-range

ses-relocate-range is a compiled Lisp function in `ses.el'.

(ses-relocate-range RANGE STARTROW STARTCOL ROWINCR COLINCR)

Relocate one RANGE, of the form '(ses-range min max). Cells starting
at (STARTROW,STARTCOL) are being shifted by (ROWINCR,COLINCR). Result is the
new range, or nil if the entire range is deleted. If new rows are being added
just beyond the end of a row range, or new columns just beyond a column range,
the new rows/columns will be added to the range. Sets `ses-relocate-return'
if the range was altered.