Copies this worksheet to the specified workbook.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Copy ( |
Visual Basic
Copy Code
|
|---|
Public Function Copy( _ |
The workbook to copy to.
true if the copy was successful; otherwise, false. The method returns false if the workbook contains a worksheet with the same name.
See Also