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


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

Parameters

sourceWorksheetRange
The WorksheetRange that will be moved.
destinationWorksheet
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