[]
Moves the sheet to the end of the specified workbook.
IWorksheet Move(IWorkbook workbook = null)
Function Move(Optional workbook As IWorkbook = Nothing) As IWorksheet
Type | Name | Description |
---|---|---|
IWorkbook | workbook | Specifies the workbook to which the sheet will be moved. If missing, the sheet will be moved to the current workbook. |
Type | Description |
---|---|
IWorksheet | The moved sheet. |