Click or drag to resize

Section Move Method

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
)

Parameters

index
Type: System Int32
the target position.
slide
Type: Spire.Presentation ISlide
the slide which needs moved.
See Also