[]
Moves the sheet to the location before the specified sheet.
IWorksheet MoveBefore(IWorksheet targetSheet)
Function MoveBefore(targetSheet As IWorksheet) As IWorksheet
Type | Name | Description |
---|---|---|
IWorksheet | targetSheet | The sheet before which the moved sheet will be placed. It can be the sheet of the same or another workbook. |
Type | Description |
---|---|
IWorksheet | The moved sheet. |