Click or drag to resize

ExcelWorksheetMoveTo Method

Moves the worksheet in the worksheets collection of the workbook.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public void MoveTo(
	int toIndex
)

Parameters

toIndex  Int32
The new index of the worksheet in the worksheets collection of the workbook.
See Also