Move the position of slide in section.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Move(
int index,
ISlide slide
)
Public Sub Move (
index As Integer,
slide As ISlide
)
public:
void Move(
int index,
ISlide^ slide
)
member Move :
index : int *
slide : ISlide -> unit
Parameters
-
index
-
Type:
System
Int32
the target position.
-
slide
-
Type:
Spire.Presentation
ISlide
the slide which needs moved.
See Also