Spread Windows Forms 7.0 Product Documentation
SheetTabDragDropUndoAction Constructor
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > SheetTabDragDropUndoAction Class : SheetTabDragDropUndoAction Constructor


from
From sheet tab index
to
To sheet tab index

Glossary Item Box

Undoes the sheet tab drag-drop.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal from As Integer, _
   ByVal to As Integer _
)
Visual Basic (Usage)Copy Code
Dim from As Integer
Dim to As Integer
 
Dim instance As New SheetTabDragDropUndoAction(from, to)
C# 
public SheetTabDragDropUndoAction( 
   int from,
   int to
)

Parameters

from
From sheet tab index
to
To sheet tab index

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.