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
)
Public Sub Move (
iOldIndex As Integer,
iNewIndex As Integer
)
public:
virtual void Move(
int iOldIndex,
int iNewIndex
) sealed
abstract Move :
iOldIndex : int *
iNewIndex : int -> unit
override Move :
iOldIndex : int *
iNewIndex : int -> unit
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