[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.SheetTabDragDropUndoAction

SheetTabDragDropUndoAction Class

Represents the undo action for dragging and dropping a sheet tab to reorder the sheets in the control.

Inheritance
SheetTabDragDropUndoAction
Implements
Namespace: FarPoint.Win.Spread.UndoRedo
Assembly: FarPoint.Win.Spread.dll
Syntax
public class SheetTabDragDropUndoAction : UndoAction, ICloneable
Public Class SheetTabDragDropUndoAction
    Inherits UndoAction
    Implements ICloneable

Constructors

Name Description
SheetTabDragDropUndoAction(int, int)

Undoes the sheet tab drag-drop.

SheetTabDragDropUndoAction(int[], int)

Undoes the sheet tab drag-drop.

Fields

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.

Methods

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.