Click or drag to resize

SlideList Move Method

Moves slide from the collection to the specified position.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Move(
	int newIndex,
	int OldIndex
)

Parameters

newIndex
Type: System Int32
Target index.
OldIndex
Type: System Int32
move from.
See Also