[]
Represents the undo action for dragging and dropping a sheet tab to copy the sheets in the control.
public class SheetTabDragDropCopyUndoAction : UndoAction, ICloneable
Public Class SheetTabDragDropCopyUndoAction
Inherits UndoAction
Implements ICloneable
Name | Description |
---|---|
SheetTabDragDropCopyUndoAction(int, int) | Undoes the sheet tab drag-drop. |
SheetTabDragDropCopyUndoAction(int[], int) | Undoes the sheet tab drag-drop. |
Name | Description |
---|---|
from | Specifies the index of the sheet that is dragged and dropped. |
list | Specifies the indexes of the sheet that are dragged and dropped. |
to | Specifies the new index of the sheet that is dragged and dropped. |
Name | Description |
---|---|
PerformUndoAction(object) | Moves the sheet to the new index. |
SaveUndoState() | Saves the undo state. |
ToString() | Returns a string that represents this object. |
Undo(object) | Moves the sheet back to its original index. |