MindFusion.Wpf Pack Programmer's Guide
WorksheetCollection.Move Method
See Also
 





Moves the specified Worksheet object from its current position to the specified index. If the worksheet is not part of the collection, the method has no effect.

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

 Syntax

C#  Copy Code

public void Move (
    Worksheet worksheet,
    int index
)

Visual Basic  Copy Code

Public Sub Move( _
    worksheet As Worksheet, _
    index As Integer _
)

 Parameters

worksheet

The worksheet to move.

index

The zero-based index of the position to move to.

 See Also

WorksheetCollection Members
WorksheetCollection Class
MindFusion.Spreadsheet.Wpf Namespace