Copies this worksheet to the specified workbook at the specified index.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public bool Copy ( |
Visual Basic
![]() |
---|
Public Function Copy( _ |
The workbook to copy to.
The 0-based index in the target workbook where to copy this worksheet, or -1, to copy at the end of the workbook.
true if the copy was successful; otherwise, false. The method returns false if the workbook contains a worksheet with the same name.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |