[]
Represents the undo action for dragging and dropping a sheet tab to reorder the sheets in the control.
public class SheetTabDragDropUndoAction : UndoAction, ICloneable
Public Class SheetTabDragDropUndoAction
Inherits UndoAction
Implements ICloneable
| Name | Description |
|---|---|
| SheetTabDragDropUndoAction(int, int) | Undoes the sheet tab drag-drop. |
| SheetTabDragDropUndoAction(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. |