Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies 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 Copy ( _
Before As Object, _
After As Object _
)
void Copy(
Object Before,
Object After
)
Parameters
Before
Type: System.ObjectThe sheet before which the copied sheet will be placed. You cannot specify Before if you specify After.
After
Type: System.ObjectThe sheet after which the copied sheet will be placed. You cannot specify After if you specify Before.
Remarks
The new worksheet is a Microsoft.Office.Interop.Excel.Worksheet object and does not have the code or data binding capability that Microsoft.Office.Tools.Excel.Worksheet host items have.
If you do not specify either Before or After, Microsoft Office Excel creates a new workbook that contains the copied 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.
See Also
Reference
Microsoft.Office.Tools.Excel Namespace