Worksheet.Move Method
Moves the worksheet to another location in the workbook.
Namespace: Microsoft.Office.Tools.Excel
Assemblies: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntax
'Declaration
Sub Move ( _
Before As Object, _
After As Object _
)
void Move(
Object Before,
Object After
)
Parameters
Before
Type: System.ObjectThe sheet before which the moved sheet will be placed. You cannot specify Before if you specify After.
After
Type: System.ObjectThe sheet after which the moved sheet will be placed. You cannot specify After if you specify Before.
Remarks
If you do not specify either Before or After, Microsoft Office Excel creates a new workbook that contains the moved sheet.
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.