Spread Windows Forms 6.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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