# Filling Cells with Drag and Move

Learn how to drag and move entire rows or columns of cells within a sheet using Spread.NET.

## Content



You can drag and move entire rows or columns of cells within a given sheet.

For more information, refer to the [Moving Rows or Columns](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-ssobject-rowcol/spwin-rowcol-usermove).

For more information on event arguments, refer to [DragMoveEventArgs](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.DragMoveEventArgs.html) and [DragMoveCompletedEventArgs](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.DragMoveCompletedEventArgs.html).

## See Also

[Filling Cells with Drag and Drop](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-interactcell/spwin-cell-dragops/spwin-cell-dragdrop)

[Filling Cells with Drag and Fill](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-interactcell/spwin-cell-dragops/spwin-cell-dragfill)