MindFusion.Wpf Pack Programmer's Guide
Worksheet.Move Method (Workbook)
See Also
 





Moves this worksheet to the specified workbook.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool Move (
    Workbook workbook
)

Visual Basic  Copy Code

Public Function Move( _
    workbook As Workbook _
) As Boolean

 Parameters

workbook

The workbook to move to.

 Return Value

true if the move was successful; otherwise, false. The method returns false if the workbook contains a worksheet with the same name.

 See Also

Move Method Overload List
Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace