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