[]
Moves the specified SheetView to a different index in the collection.
public void Move(int from, int to)
Public Sub Move(from As Integer, [to] As Integer)
| Type | Name | Description |
|---|---|---|
| int | from | The current index of the SheetView |
| int | to | The new index for SheetView |