Lines Matching full:moves
1877 """Moves the range of columns from position FROM through TO by
1879 moves the columns 2,3,4 to columns 3,4,5."""
1883 """Moves the range of rows from position FROM through TO by
1885 For example, move_row(2, 4, 1) moves the rows 2,3,4 to rows 3,4,5."""