Moves slide from the collection to the specified position.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Move(
int newIndex,
int OldIndex
)
Public Sub Move (
newIndex As Integer,
OldIndex As Integer
)
public:
void Move(
int newIndex,
int OldIndex
)
member Move :
newIndex : int *
OldIndex : int -> unit
Parameters
-
newIndex
-
Type:
System
Int32
Target index.
-
OldIndex
-
Type:
System
Int32
move from.
See Also