Click or drag to resize

XlsWorksheetBase MoveSheet Method

Moves sheet into new position, including chartsheet and worksheet.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void MoveSheet(
	int destIndex
)

Parameters

destIndex
Type: System Int32
Destination index.
See Also