Click or drag to resize

ITabSheets Move Method

// Returns single entry from the collection by its name. Read-only. //
Moves tab sheet into new location.

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

Parameters

iOldIndex
Type: System Int32
Index of the tab sheet to move.
iNewIndex
Type: System Int32
Desired new index.
See Also