 | WorkbookCopyWorksheetIntoThis(String, String, Boolean) Method |
Copies a worksheet of the current workbook by its name
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.3+98f265239ae8df4639650ecd7029244cc5e52dfc
Syntaxpublic Worksheet CopyWorksheetIntoThis(
string sourceWorksheetName,
string newWorksheetName,
bool sanitizeSheetName = true
)
Parameters
- sourceWorksheetName String
- Name of the worksheet to copy, originated in this workbook
- newWorksheetName String
- Name of the new worksheet (copy)
- sanitizeSheetName Boolean (Optional)
- If true, the new name will be automatically sanitized if a name collision occurs
Return Value
WorksheetCopied worksheet
RemarksThe copy is not set as current worksheet. The existing one is kept
See Also