WorkbookCopy |
| Name | Description | |
|---|---|---|
| CopyWorksheetTo(Int32, String, Workbook, Boolean) | Copies a worksheet of the current workbook by its index into another workbook | |
| CopyWorksheetTo(String, String, Workbook, Boolean) | Copies a worksheet of the current workbook by its name into another workbook | |
| CopyWorksheetTo(Worksheet, String, Workbook, Boolean) | Copies a worksheet of any workbook into the another workbook |