Click or drag to resize

IWorksheet MoveWorksheet Method

Moves worksheet.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void MoveWorksheet(
	int iNewIndex
)

Parameters

iNewIndex
Type: System Int32
New index of the worksheet.
See Also