ExcelWorksheetMoveTo Method |
Moves the worksheet in the worksheets collection of the workbook.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public void MoveTo(
int toIndex
)
Public Sub MoveTo (
toIndex As Integer
)
Parameters
- toIndex
- Type: SystemInt32
The new index of the worksheet in the worksheets collection of the workbook.
See Also