[]
Undoes the sheet tab drag-drop.
public SheetTabDragDropCopyUndoAction(int from, int to)
Public Sub New(from As Integer, [to] As Integer)
Type | Name | Description |
---|---|---|
int | from | From sheet tab index |
int | to | To sheet tab index |
Undoes the sheet tab drag-drop.
public SheetTabDragDropCopyUndoAction(int[] list, int to)
Public Sub New(list As Integer(), [to] As Integer)
Type | Name | Description |
---|---|---|
int[] | list | From sorted sheets tab index |
int | to | To sheet tab index |