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





Moves this worksheet to the specified workbook at the specified position.

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

 Syntax

C#  Copy Code

public bool Move (
    Workbook workbook,
    int index,
    string name
)

Visual Basic  Copy Code

Public Function Move( _
    workbook As Workbook, _
    index As Integer, _
    name As String _
) As Boolean

 Parameters

workbook

The workbook to move to.

index

The 0-based index in the target workbook where to copy this worksheet, or -1, to copy at the end of the workbook.

name

The new name of moved the worksheet.

 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