SectionList
RemoveSlide Method
|
Remove the slide at some position 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 RemoveSlide(
Section section,
int index
)
Public Sub RemoveSlide (
section As Section,
index As Integer
)
public:
void RemoveSlide(
Section^ section,
int index
)
member RemoveSlide :
section : Section *
index : int -> unit
Parameters
-
section
-
Type:
Spire.Presentation
Section
The target section.
-
index
-
Type:
System
Int32
The position of target slide.
See Also