[]
Creates a new undo action for a cell for the drag and drop operation.
public CellDragDropUndoAction(SheetView sheetView, int row, int column, int rowCount, int columnCount, int targetRow, int targetColumn, bool copy)
Public Sub New(sheetView As SheetView, row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, targetRow As Integer, targetColumn As Integer, copy As Boolean)
Type | Name | Description |
---|---|---|
SheetView | sheetView | SheetView |
int | row | Row index of start of range to drag and drop |
int | column | Column index of start of range to drag and drop |
int | rowCount | Number of rows in range to drag and drop |
int | columnCount | Number of columns in range to drag and drop |
int | targetRow | Target row index |
int | targetColumn | Target column index |
bool | copy | True to copy, false to move |