[]
Copies the sheet to the location after the specified sheet.
IWorksheet CopyAfter(IWorksheet targetSheet)
Function CopyAfter(targetSheet As IWorksheet) As IWorksheet
| Type | Name | Description |
|---|---|---|
| IWorksheet | targetSheet | The sheet after which the copied sheet will be placed. It can be the sheet of the same or another workbook. |
| Type | Description |
|---|---|
| IWorksheet | The new copied sheet. |