Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / SheetTabDragDropUndoAction Class / SheetTabDragDropUndoAction Constructor / SheetTabDragDropUndoAction Constructor(Int32,Int32)
From sheet tab index
To sheet tab index


In This Topic
    SheetTabDragDropUndoAction Constructor(Int32,Int32)
    In This Topic
    Undoes the sheet tab drag-drop.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal from As Integer, _
       ByVal to As Integer _
    )
    'Usage
     
    
    Dim from As Integer
    Dim to As Integer
     
    Dim instance As New SheetTabDragDropUndoAction(from, to)
    public SheetTabDragDropUndoAction( 
       int from,
       int to
    )

    Parameters

    from
    From sheet tab index
    to
    To sheet tab index
    See Also