movecells
Move (cut) a cell range to a destination.
Syntax
Section titled “Syntax”movecells(crSrc, crDst)Description
Section titled “Description”Moves cells from crSrc to crDst. The source becomes empty after the move; the destination is overwritten. Equivalent to a cut-and-paste.
Example
Section titled “Example”movecells(A1:C5, E1)