Section
RemoveRange Method
|
Remove a range of slides.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void RemoveRange(
int startIndex,
int count
)
Public Sub RemoveRange (
startIndex As Integer,
count As Integer
)
public:
void RemoveRange(
int startIndex,
int count
)
member RemoveRange :
startIndex : int *
count : int -> unit
Parameters
-
startIndex
-
Type:
System
Int32
start index.
-
count
-
Type:
System
Int32
the count of slides.
See Also