Reorder
Reorder(int, ISlide)
Moves slide from the collection to the specified position.
public void Reorder(int index, ISlide slide)
Parameter | Type | Description |
---|---|---|
index | Int32 | Target index. |
slide | ISlide | Slide to move. |
See Also
- interface ISlide
- interface ISlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
Reorder(int, params ISlide[])
Moves slides from the collection to the specified position. Slides will be placed starting from index in order they appear in list.
public void Reorder(int index, params ISlide[] slides)
Parameter | Type | Description |
---|---|---|
index | Int32 | Target index. |
slides | ISlide[] | Slides to move. |
See Also
- interface ISlide
- interface ISlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides