Xceed Workbooks for .NET v2.0 Documentation
Move(Int32,Int32) Method


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > WorksheetCollection Class > Move Method : Move(Int32,Int32) Method
The index corresponding to the Worksheet that will be moved.
The Id of the Worksheet that is currently located where the selected Worksheet will be moved.
Moves a Worksheet into a WorksheetCollection using Ids to identify the Worksheet to move & its insertion point.
Syntax
'Declaration
 
Public Overloads Sub Move( _
   ByVal sourceWorksheetIndex As Integer, _
   ByVal destinationWorksheetIndex As Integer _
) 
'Usage
 
Dim instance As WorksheetCollection
Dim sourceWorksheetIndex As Integer
Dim destinationWorksheetIndex As Integer
 
instance.Move(sourceWorksheetIndex, destinationWorksheetIndex)

Parameters

sourceWorksheetIndex
The index corresponding to the Worksheet that will be moved.
destinationWorksheetIndex
The Id of the Worksheet that is currently located where the selected Worksheet will be moved.
Requirements

Target Platforms: Windows 11, Windows 10, 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

Reference

WorksheetCollection Class
WorksheetCollection Members
Overload List