ExcelWorksheetMoveTo Method

Moves the worksheet in the worksheets collection of the workbook.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public void MoveTo(
	int toIndex
)

Parameters

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

See Also