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


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > WorksheetCollection Class > Move Method : Move(Worksheet,String) Method
The Worksheet that will be moved.
The name of the Worksheet that is currently located where the selected WorksheetRange will be moved.
Moves a specific Worksheet into a WorksheetCollection and uses a string to determine its insertion point.
Syntax
'Declaration
 
Public Overloads Sub Move( _
   ByVal sourceWorksheet As Worksheet, _
   ByVal destinationWorksheetName As String _
) 
'Usage
 
Dim instance As WorksheetCollection
Dim sourceWorksheet As Worksheet
Dim destinationWorksheetName As String
 
instance.Move(sourceWorksheet, destinationWorksheetName)

Parameters

sourceWorksheet
The Worksheet that will be moved.
destinationWorksheetName
The name of the Worksheet that is currently located where the selected WorksheetRange 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