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