// 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
)
Sub Move (
iOldIndex As Integer,
iNewIndex As Integer
)
void Move(
int iOldIndex,
int iNewIndex
)
abstract Move :
iOldIndex : int *
iNewIndex : int -> unit
Parameters
-
iOldIndex
-
Type:
System
Int32
Index of the tab sheet to move.
-
iNewIndex
-
Type:
System
Int32
Desired new index.
See Also