Click or drag to resize

XlsWorkbookObjectsCollection Move Method

Moves an element from the old index to the new index within a collection.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Move(
	int iOldIndex,
	int iNewIndex
)

Parameters

iOldIndex
Type: System Int32
The current index of the element to be moved.
iNewIndex
Type: System Int32
The new index where the element should be moved.

Implements

ITabSheets Move(Int32, Int32)
See Also