[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.SheetTabDragDropUndoAction.-ctor

SheetTabDragDropUndoAction Constructor

SheetTabDragDropUndoAction(int, int)

Undoes the sheet tab drag-drop.

Declaration
public SheetTabDragDropUndoAction(int from, int to)
Public Sub New(from As Integer, [to] As Integer)
Parameters
Type Name Description
int from

From sheet tab index

int to

To sheet tab index

SheetTabDragDropUndoAction(int[], int)

Undoes the sheet tab drag-drop.

Declaration
public SheetTabDragDropUndoAction(int[] list, int to)
Public Sub New(list As Integer(), [to] As Integer)
Parameters
Type Name Description
int[] list

From sorted sheets tab index

int to

To sheet tab index