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
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void Move ( |
Visual Basic
Copy Code
|
|---|
Public Sub Move( _ |
The worksheet to move.
The zero-based index of the position to move to.
See Also